tool · inferred from evidence
agent factory
A component or utility that creates agents and requires the bind_tools method.
- ValueError: create_tool_calling_agent requires .bind_tools on the LLM when using with_fallbacks
Wrapping a chat model with .with_fallbacks([fallback_model]) and passing the result to create_tool_calling_agent raised ValueError: This function requires a .bind_tools method be implemented on the LLM. The same error also hit AzureChatOpen