This commit is contained in:
Fahad
2025-06-13 16:05:21 +04:00
parent 6739182c20
commit 048ebf90bf
13 changed files with 46 additions and 26 deletions

View File

@@ -58,8 +58,7 @@ class ToolRequest(BaseModel):
thinking_mode: Optional[Literal["minimal", "low", "medium", "high", "max"]] = Field(
None,
description=(
"Thinking depth: minimal (0.5% of model max), low (8%), medium (33%), high (67%), "
"max (100% of model max)"
"Thinking depth: minimal (0.5% of model max), low (8%), medium (33%), high (67%), max (100% of model max)"
),
)
use_websearch: Optional[bool] = Field(