We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0093b commit 0274a71Copy full SHA for 0274a71
test/eca/features/chat_tool_call_state_test.clj
@@ -408,7 +408,7 @@
408
(let [result (#'f.chat/transition-tool-call! db* chat-ctx tool-call-id :execution-start
409
{:name "list_files" :origin "filesystem" :arguments {:path "/tmp"}})]
410
(is (match? {:status :executing
411
- :actions []}
+ :actions [:send-toolCallRunning]}
412
result)
413
"Expected transition to :executing status with no additional actions")
414
0 commit comments