Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
process_initial_messages( messages: list[dict[str, Any]] | str, user_agent: ForwardRef('ConversableAgent') | None, agents: list['ConversableAgent'], wrapped_agents: list['ConversableAgent'] ) -> tuple[list[dict[str, Any]], ConversableAgent | None, list[str], list[Agent]]
messages
user_agent
agents
wrapped_agents