agent-zero/prompts/agent.system.tool.response.md
Alessandro 4b0feac1f4 Fix malformed native Responses tool output
Keep Agent Zero wrapper examples out of native function descriptions and expose the response text schema.\n\nRoute concatenated tool envelopes through repair before the plain response hook can render them as final text.
2026-07-28 16:46:38 +02:00

451 B

response:

final answer to user ends task processing use only when done or no task active args: text default to balanced, concise answers: informative but tight, not terse and not verbose. usage:

{
    "thoughts": [
        "...",
    ],
    "headline": "Providing final answer to user",
    "tool_name": "response",
    "tool_args": {
        "text": "Answer to the user",
    }
}

{{ include "agent.system.response_tool_tips.md" }}