-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or requestfeature:corequestionQuestion about using the SDKQuestion about using the SDK
Description
Hello,
For now, the model_provider
argument can only be passed to Runner.run
, which is alright in cases where all the handoff agents use the same api_key
and api_version
.
In our use cases, we have different api_key
s and api_version
s for gpt and reasoning models, and we want to combine these models to build a multi-agent system with agent handoffs.
Ideally, we would like to be able to provide different model providers for each agent rather than a global model provider. Any input is appreciated.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature:corequestionQuestion about using the SDKQuestion about using the SDK