feat: agent nick names to model (#12575)

This commit is contained in:
jif-oai
2026-02-23 13:44:37 +00:00
committed by GitHub
parent 829d1080f6
commit cf0210bf22
2 changed files with 18 additions and 1 deletions

View File

@@ -557,7 +557,7 @@ fn create_spawn_agent_tool(config: &ToolsConfig) -> ToolSpec {
ToolSpec::Function(ResponsesApiTool {
name: "spawn_agent".to_string(),
description:
"Spawn a sub-agent for a well-scoped task. Returns the agent id to use to communicate with this agent."
"Spawn a sub-agent for a well-scoped task. Returns the agent id (and user-facing nickname when available) to use to communicate with this agent."
.to_string(),
strict: false,
parameters: JsonSchema::Object {