mirror of
https://github.com/openai/codex.git
synced 2026-05-01 20:02:05 +03:00
feat: tasks can't be assigned to root agent (#16424)
This commit is contained in:
@@ -179,7 +179,7 @@ pub fn create_assign_task_tool() -> ToolSpec {
|
||||
|
||||
ToolSpec::Function(ResponsesApiTool {
|
||||
name: "assign_task".to_string(),
|
||||
description: "Add a message to an existing agent and trigger a turn in the target. Use interrupt=true to redirect work immediately. In MultiAgentV2, this tool currently supports text content only."
|
||||
description: "Add a message to an existing non-root agent and trigger a turn in the target. Use interrupt=true to redirect work immediately. In MultiAgentV2, this tool currently supports text content only."
|
||||
.to_string(),
|
||||
strict: false,
|
||||
defer_loading: None,
|
||||
|
||||
Reference in New Issue
Block a user