You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the parameters tools, tool_choice, prediction & parallel_tool_calls are missing.
Additional Context
No response
Suggested Solutions
:param tools: The list of tools which can be called by the model to complete the request.
:param tool_choice: Controls how the model uses tools. Set to "auto" (default) to let the model decide whether to use tools, "any" to force tool use, or "none" to prevent tool use.
:param prediction: Specifies parts of predictable output, such as template-based responses, to optimize response time and allow the model to focus computational resources on unpredictable elements.
:param parallel_tool_calls: Controls whether parallel tool calling is allowed. When set to true (default), the model decides whether to use parallel tool calls. When set to false, forces the model to use single tool calling.
The text was updated successfully, but these errors were encountered:
Addition: also the parameter response_format is missing.
:param response_format: Specify the format that the model must output. Setting to { \"type\": \"json_object\" } enables JSON mode, which guarantees the message the model generates is in JSON.
Python -VV
Pip Freeze
Reproduction Steps
src/mistralai/chat.py
Expected Behavior
The documentation for the parameters
tools
,tool_choice
,prediction
¶llel_tool_calls
are missing.Additional Context
No response
Suggested Solutions
The text was updated successfully, but these errors were encountered: