main
md 16 lines 373 Bytes
Rendered Raw
1 ### example_tool:
2 example tool to test functionality
3 this tool is automatically included to system prompt because the file name is "agent.system.tool.*.md"
4 usage:
5 ~~~json
6 {
7 "thoughts": [
8 "Let's test the example tool...",
9 ],
10 "headline": "Testing example tool",
11 "tool_name": "example_tool",
12 "tool_args": {
13 "test_input": "XYZ",
14 }
15 }
16 ~~~