about summary refs log tree commit diff
path: root/kaakaa/tea.scm
diff options
context:
space:
mode:
Diffstat (limited to 'kaakaa/tea.scm')
-rw-r--r--kaakaa/tea.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaakaa/tea.scm b/kaakaa/tea.scm
index 3986340..1660636 100644
--- a/kaakaa/tea.scm
+++ b/kaakaa/tea.scm
@@ -590,7 +590,7 @@ and a list of effects.
                                          ("sessionUpdate" . "tool_call")
                                          ("toolCallId" . ,(tool-call-id call))
                                          ("title" . ,(apply (tool-title tool) args))
-                                         ("kind" . ,(apply (tool-kind tool) args))
+                                         ("kind" . ,(tool-kind tool))
                                          ("rawInput" . ,(tool-call-arguments call))
                                          ("status" . "pending"))))))
                       effects))))))