fix: improve SubAgent/Agent descriptions to steer model toward SubAgent for exploration

This commit is contained in:
TheArchitectit 2026-04-28 12:26:55 -05:00
parent aec1c02281
commit daffe1aeae
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ pub fn mvp_tool_specs() -> Vec<ToolSpec> {
},
ToolSpec {
name: "Agent",
description: "Launch a specialized agent task and persist its handoff metadata.",
description: "Launch a background agent task that runs asynchronously. For synchronous read-only exploration, use SubAgent instead. Agent is for long-running background work that should not block the conversation.",
input_schema: json!({
"type": "object",
"properties": {