diff options
author | Grail Finder <wohilas@gmail.com> | 2025-02-09 18:21:34 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-02-09 18:21:34 +0300 |
commit | 54680539085d354ac9473fa451e284963e12000a (patch) | |
tree | 734ac816efdc504b95174f233d97b48f310bbfde /tools.go | |
parent | c85766139371bb4324826fa8716b3478eea898c1 (diff) |
Enha: rewrite (upsert) memory
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -37,15 +37,21 @@ Your current tools: ] </tools> To make a function call return a json object within __tool_call__ tags; -Example: +<example_request> __tool_call__ { "name":"recall", -"args": "Adam" +"args": "Adam's number" } __tool_call__ +</example_request> Tool call is addressed to the tool agent, avoid sending more info than tool call itself, while making a call. When done right, tool call will be delivered to the tool agent. tool agent will respond with the results of the call. +<example_response> +tool: +under the topic: Adam's number is stored: +559-996 +</example_response> After that you are free to respond to the user. ` basicCard = &models.CharCard{ |