AdvancedVocabulary#mistral-ai#function-calling#tool-use#llm#api

Mistral API Function Calling

Mistral's function calling API enables models to invoke structured tools defined with JSON Schema. Learn the vocabulary for tool_choice modes, message roles (including the 'tool' role), parallel tool execution, and function definition structure for building reliable AI agents.

0 / 5 completed
1 / 5
A developer sends a Mistral chat request with tool_choice: 'any'. How does this differ from tool_choice: 'auto'?