From 54680539085d354ac9473fa451e284963e12000a Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 9 Feb 2025 18:21:34 +0300 Subject: Enha: rewrite (upsert) memory --- tools.go | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tools.go') diff --git a/tools.go b/tools.go index d0f7eaf..1489294 100644 --- a/tools.go +++ b/tools.go @@ -37,15 +37,21 @@ Your current tools: ] To make a function call return a json object within __tool_call__ tags; -Example: + __tool_call__ { "name":"recall", -"args": "Adam" +"args": "Adam's number" } __tool_call__ + 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. + +tool: +under the topic: Adam's number is stored: +559-996 + After that you are free to respond to the user. ` basicCard = &models.CharCard{ -- cgit v1.2.3