refactor: generic name for the CLI agent
This commit is contained in:
@@ -52,7 +52,7 @@ WORKFLOW_FIELD_DESCRIPTIONS = {
|
||||
"backtrack_from_step": "Step number to backtrack from if work needs revision",
|
||||
"use_assistant_model": (
|
||||
"Use assistant model for expert analysis after workflow steps. "
|
||||
"False skips expert analysis, relies solely on Claude's investigation. "
|
||||
"False skips expert analysis, relies solely on your personal investigation. "
|
||||
"Defaults to True for comprehensive validation."
|
||||
),
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ class BaseTool(ABC):
|
||||
"""
|
||||
Return a detailed description of what this tool does.
|
||||
|
||||
This description is shown to MCP clients (like Claude) to help them
|
||||
This description is shown to MCP clients (like Claude / Codex / Gemini) to help them
|
||||
understand when and how to use the tool. It should be comprehensive
|
||||
and include trigger phrases.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user