Skip to content

Commit ea52c66

Browse files
fix: typo in function_calling guide
Corrected the typo "speficy" to "specify" in the "Function Calling" guide.
1 parent f07e6c3 commit ea52c66

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
@@ -142,7 +142,7 @@ How do Mistral models know about these functions and know which function to use?
142142

143143

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

0 commit comments

Comments
 (0)