Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore adding dynamic prompting for instructor #47

Open
TravisCouture opened this issue Jul 10, 2024 · 0 comments
Open

Explore adding dynamic prompting for instructor #47

TravisCouture opened this issue Jul 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@TravisCouture
Copy link
Collaborator

Currently, the instructor always leverages the same prompt for each worker. This likely causes confusion and unintended behavior due to irrelevant noise in the prompt for the active worker (video-text-generation instructors are mostly useless for the video-search worker for example). It may be possible to use the next_worker state variable to dynamically load prompts at execution time so that the instructor can simultaneously receive more details in the system prompt and provide clearer and fuller instructions to the target worker.

@TravisCouture TravisCouture added the enhancement New feature or request label Jul 10, 2024
@TravisCouture TravisCouture added this to the 1.0.0-alpha.1 milestone Jul 10, 2024
@TravisCouture TravisCouture self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant