fix: improve SubAgent/Agent descriptions to steer model toward SubAgent for exploration
This commit is contained in:
parent
aec1c02281
commit
daffe1aeae
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue