We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07f435 commit 30232d8Copy full SHA for 30232d8
workflowai/core/client/_models.py
@@ -204,7 +204,7 @@ class ListModelsResponse(Page[ModelInfo]):
204
205
class ListModelsRequest(BaseModel):
206
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")
+ requires_tools: Optional[bool] = Field(default=None, description="Whether the agent uses external tools")
208
209
210
class CompletionsResponse(BaseModel):
0 commit comments