Skip to content

Commit ed1a188

Browse files
committed
Set supports_parallel to True for both mistral models
Signed-off-by: avigny <[email protected]>
1 parent 55758bd commit ed1a188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tool_use/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def ensure_system_prompt(
139139
"call the tool. Otherwise, answer the user's query directly "
140140
"without calling a tool. DO NOT CALL A TOOL THAT IS IRRELEVANT "
141141
"to the user's question - just respond to it normally.",
142+
"supports_parallel": True,
142143
},
143144
"mistral-small-3.2": {
144145
"model": "mistralai/Mistral-Small-3.2-24B-Instruct-2506",
@@ -162,6 +163,7 @@ def ensure_system_prompt(
162163
"call the tool. Otherwise, answer the user's query directly "
163164
"without calling a tool. DO NOT CALL A TOOL THAT IS IRRELEVANT "
164165
"to the user's question - just respond to it normally.",
166+
"supports_parallel": True,
165167
"extended": True,
166168
},
167169
# V1 Test: Passing locally but failing in CI. This runs the

0 commit comments

Comments
 (0)