Skip to content

Commit 30232d8

Browse files
yannbuguillaq
andauthored
Update workflowai/core/client/_models.py
Co-authored-by: guillaq <[email protected]>
1 parent d07f435 commit 30232d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflowai/core/client/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class ListModelsResponse(Page[ModelInfo]):
204204

205205
class ListModelsRequest(BaseModel):
206206
instructions: Optional[str] = Field(default=None, description="Used to detect internal tools")
207-
requires_tools: Optional[bool] = Field(default=False, description="Whether the agent uses external tools")
207+
requires_tools: Optional[bool] = Field(default=None, description="Whether the agent uses external tools")
208208

209209

210210
class CompletionsResponse(BaseModel):

0 commit comments

Comments
 (0)