fix: reduced token usage, removed parameters from schema that CLIs never seem to use
This commit is contained in:
@@ -71,13 +71,6 @@ class ThinkDeepWorkflowRequest(WorkflowRequest):
|
||||
description="exploring/low/medium/high/very_high/almost_certain/certain. CRITICAL: 'certain' PREVENTS external validation.",
|
||||
)
|
||||
|
||||
# Advanced workflow features
|
||||
backtrack_from_step: Optional[int] = Field(
|
||||
default=None,
|
||||
description="Step number to backtrack from if revision needed.",
|
||||
ge=1,
|
||||
)
|
||||
|
||||
# Expert analysis configuration - keep these fields available for configuring the final assistant model
|
||||
# in expert analysis (commented out exclude=True)
|
||||
temperature: Optional[float] = Field(
|
||||
|
||||
Reference in New Issue
Block a user