You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: