We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07e6c3 commit ea52c66Copy full SHA for ea52c66
docs/capabilities/function-calling.mdx
@@ -142,7 +142,7 @@ How do Mistral models know about these functions and know which function to use?
142
143
144
### tool_choice
145
-Users can use `tool_choice` to speficy how tools are used:
+Users can use `tool_choice` to specify how tools are used:
146
- "auto": default mode. Model decides if it uses the tool or not.
147
- "any": forces tool use.
148
- "none": prevents tool use.
0 commit comments