Setting specific models for specific subagent tasks? #87
Unanswered
ConnorDouglasMoen
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
You can already set different models for subagents and for the orchestrator. Please check the Hybrid Routing section in the Quickstart Guide. If you mean to parse the natural language and thus decide to route the task to a specific model I do not think this is a good idea comparing the complexity (and dependencies introduced) in comparison to the value gained as you can always just tell the orchestrator "Please instruct a subagent to do xyz". The architecture will still work and the orchestrator will instruct the subagent to do the task and then automatically return its result to the orchestrator. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this possible? Like, if I have a smaller multimodal model specifically for vision tasks, can late be set up to call only that model on subagents spawned for vision tasks?
Beta Was this translation helpful? Give feedback.
All reactions