fix: reduced token usage, removed parameters from schema that CLIs never seem to use

This commit is contained in:
Fahad
2025-10-22 13:31:08 +04:00
parent 3efff6056e
commit 3e27319e60
31 changed files with 86 additions and 235 deletions

View File

@@ -76,7 +76,7 @@ class WorkflowTool(BaseTool, BaseWorkflowMixin):
Workflow tools automatically get all standard workflow fields:
- step, step_number, total_steps, next_step_required
- findings, files_checked, relevant_files, relevant_context
- issues_found, confidence, hypothesis, backtrack_from_step
- issues_found, confidence, hypothesis
- plus common fields (model, temperature, etc.)
Override this method to add additional tool-specific fields.