Skip to content

Commit fcb7332

Browse files
authored
Merge pull request #81 from CharlesCNorton/patch-13
fix: typo in function_calling guide
2 parents e578f07 + ea52c66 commit fcb7332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/capabilities/function-calling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ How do Mistral models know about these functions and know which function to use?
143143

144144

145145
### tool_choice
146-
Users can use `tool_choice` to speficy how tools are used:
146+
Users can use `tool_choice` to specify how tools are used:
147147
- "auto": default mode. Model decides if it uses the tool or not.
148148
- "any": forces tool use.
149149
- "none": prevents tool use.

0 commit comments

Comments
 (0)