cohere
autogen.oai.cohere.extract_to_cohere_tool_results
API Reference
- autogen
- Overview
- AFTER_WORK
- AfterWork
- AfterWorkOption
- Agent
- AgentNameConflictError
- AssistantAgent
- Cache
- ChatCompletion
- ChatResult
- Completion
- ConversableAgent
- GroupChat
- GroupChatManager
- InvalidCarryOverTypeError
- ModelClient
- NoEligibleSpeakerError
- ON_CONDITION
- OnCondition
- OpenAIWrapper
- SenderRequiredError
- SwarmAgent
- SwarmResult
- UPDATE_SYSTEM_MESSAGE
- UndefinedNextAgentError
- UpdateSystemMessage
- UserProxyAgent
- a_initiate_swarm_chat
- 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
- agentchat
- agents
- browser_utils
- cache
- code_utils
- coding
- doc_utils
- exception_utils
- formatting_utils
- graph_utils
- import_utils
- interop
- io
- logger
- math_utils
- messages
- oai
- anthropic
- bedrock
- cerebras
- client
- client_utils
- cohere
- gemini
- groq
- mistral
- oai_models
- ollama
- openai_utils
- together
- retrieve_utils
- runtime_logging
- token_count_utils
- tools
- types
cohere
autogen.oai.cohere.extract_to_cohere_tool_results
extract_to_cohere_tool_results
extract_to_cohere_tool_results(
tool_call_id:Â str,
content_output:Â str,
all_tool_calls
) -> list[dict[str, Any]]
Name | Description |
---|---|
tool_call_id | Type: str |
content_output | Type: str |
all_tool_calls |
On this page