Expand description
Function Calling Agent implementation
An agent that uses the LLM’s native Function Calling, without text parsing.
Supports any LLM provider that implements BaseChatModel.
Structs§
- Function
Calling Agent - Function Calling Agent
Function Calling Agent implementation
An agent that uses the LLM’s native Function Calling, without text parsing.
Supports any LLM provider that implements BaseChatModel.