mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-22 06:45:03 +00:00
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.
451 B
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" }}