main
md 20 lines 451 Bytes
Rendered Raw
1 ### response:
2 final answer to user
3 ends task processing use only when done or no task active
4 args: `text`
5 default to balanced, concise answers: informative but tight, not terse and not verbose.
6 usage:
7 ~~~json
8 {
9 "thoughts": [
10 "...",
11 ],
12 "headline": "Providing final answer to user",
13 "tool_name": "response",
14 "tool_args": {
15 "text": "Answer to the user",
16 }
17 }
18 ~~~
19
20 {{ include "agent.system.response_tool_tips.md" }}