diff options
Diffstat (limited to 'kaakaa')
| -rw-r--r-- | kaakaa/tea.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaakaa/tea.scm b/kaakaa/tea.scm index 0f53db6..8129ad1 100644 --- a/kaakaa/tea.scm +++ b/kaakaa/tea.scm @@ -364,7 +364,7 @@ and a list of effects. ("params" ("sessionId" . ,session-id) ("update" - ("sessionUpdate" . "tool_call") + ("sessionUpdate" . "tool_call_update") ("toolCallId" . ,call-id) ("status" . "failed")))))))))) (let ((call (spec->tool-call session-id @@ -490,7 +490,7 @@ state and a list of effects." ("sessionId" . ,session-id) ("update" ;; TODO: Add locations and rawOutput. - ("sessionUpdate" . "tool_call") + ("sessionUpdate" . "tool_call_update") ("toolCallId" . ,(tool-call-result-call-id result)) ("title" . ,(tool-call-result-title result)) ("kind" . ,(tool-call-result-kind result)) |
