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.
2 parents e578f07 + ea52c66 commit fcb7332Copy full SHA for fcb7332
docs/capabilities/function-calling.mdx
@@ -143,7 +143,7 @@ How do Mistral models know about these functions and know which function to use?
143
144
145
### tool_choice
146
-Users can use `tool_choice` to speficy how tools are used:
+Users can use `tool_choice` to specify how tools are used:
147
- "auto": default mode. Model decides if it uses the tool or not.
148
- "any": forces tool use.
149
- "none": prevents tool use.
0 commit comments