about summary refs log tree commit diff
path: root/kaakaa/tools.scm
diff options
context:
space:
mode:
Diffstat (limited to 'kaakaa/tools.scm')
-rw-r--r--kaakaa/tools.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaakaa/tools.scm b/kaakaa/tools.scm
index dc97492..50c2603 100644
--- a/kaakaa/tools.scm
+++ b/kaakaa/tools.scm
@@ -234,7 +234,7 @@ available tools to their respective @code{<tool>} objects."
            (tool-call-result (tool-call-session-id tool-call)
                              (tool-call-id tool-call)
                              (apply (tool-title tool) args)
-                             (apply (tool-kind tool) args)
+                             (tool-kind tool)
                              (tool-call-arguments tool-call)
                              `(("role" . "tool")
                                ("tool_call_id" . ,(tool-call-id tool-call))