setup_context_variables
Parameters:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
setup_context_variables(
tool_execution: ConversableAgent,
agents: list['ConversableAgent'],
manager: GroupChatManager,
context_variables: ContextVariables
) ->
| Name | Description |
|---|---|
tool_execution | The tool execution agent. Type: ConversableAgent |
agents | List of all agents in the conversation. Type: list[‘ConversableAgent’] |
manager | GroupChatManager instance. Type: GroupChatManager |
context_variables | Context variables to assign to all agents. Type: ContextVariables |