File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments