llm_chat_with_tool_call_output
llm_chat_with_tool_call_output
: Chat with Tool Integration
llm_chat_with_tool_call_output
: Chat with Tool IntegrationAllows the language model to decide which tools to use based on the conversation context.
Parameters:
agent_name
: Identifier for the agent making the requestmessages
: List of message dictionariestools
: List of available tools and their specificationsbase_url
: API endpoint URLllms
: Optional list of LLM configurations
Returns:
LLMResponse
object containing tool calls made by the model
Example:
Last updated