use
autogen.fast_depends.use.solve_async_gen
API Reference
- autogen
- Overview
- AFTER_WORK
- AfterWork
- AfterWorkOption
- Agent
- AgentNameConflictError
- AssistantAgent
- Cache
- ChatResult
- ContextExpression
- ConversableAgent
- GroupChat
- GroupChatManager
- InvalidCarryOverTypeError
- LLMConfig
- ModelClient
- NoEligibleSpeakerError
- ON_CONDITION
- OnCondition
- OnContextCondition
- OpenAIWrapper
- SenderRequiredError
- SwarmAgent
- SwarmResult
- UPDATE_SYSTEM_MESSAGE
- UndefinedNextAgentError
- UpdateSystemMessage
- UserProxyAgent
- a_initiate_swarm_chat
- a_run_swarm
- config_list_from_dotenv
- config_list_from_json
- config_list_from_models
- config_list_gpt4_gpt35
- config_list_openai_aoai
- filter_config
- gather_usage_summary
- get_config_list
- initiate_chats
- initiate_swarm_chat
- register_function
- register_hand_off
- run_swarm
- agentchat
- agents
- browser_utils
- cache
- code_utils
- coding
- doc_utils
- events
- exception_utils
- fast_depends
- formatting_utils
- graph_utils
- import_utils
- interop
- io
- json_utils
- llm_config
- logger
- math_utils
- mcp
- messages
- oai
- retrieve_utils
- runtime_logging
- token_count_utils
- tools
- types
use
autogen.fast_depends.use.solve_async_gen
solve_async_gen
solve_async_gen(
model: CallModel[..., Any],
overrides: Any | None,
*args:Â Any,
**kwargs:Â Any
)
Name | Description |
---|---|
model | Type: CallModel[…, Any] |
overrides | Type: Any | None |
*args | Type: Any |
**kwargs | Type: Any |
On this page