diff options
author | Grail Finder <wohilas@gmail.com> | 2025-05-01 07:08:03 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-05-01 07:08:03 +0300 |
commit | 10cca9037fac14fff966dd1fd6e9de86893d3981 (patch) | |
tree | c1a6ad9815bc6acf70dd9c047763bef8f3377674 /tools.go | |
parent | d2e48468350ff315ca54663dbe2783c6e6eddcb2 (diff) |
Fix: tool description
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ Your current tools: [ { "name":"recall", -"args": "topic", +"args": ["topic"], "when_to_use": "when asked about topic that user previously asked to memorise" }, { @@ -36,7 +36,7 @@ Your current tools: }, { "name":"recall_topics", -"args": null, +"args": [], "when_to_use": "to see what topics are saved in memory" } ] @@ -46,7 +46,7 @@ To make a function call return a json object within __tool_call__ tags; __tool_call__ { "name":"recall", -"args": "Adam's number" +"args": ["Adam's number"] } __tool_call__ </example_request> |