Skip to content

Commit 0274a71

Browse files
committed
update tests
1 parent 8f0093b commit 0274a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/eca/features/chat_tool_call_state_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
(let [result (#'f.chat/transition-tool-call! db* chat-ctx tool-call-id :execution-start
409409
{:name "list_files" :origin "filesystem" :arguments {:path "/tmp"}})]
410410
(is (match? {:status :executing
411-
:actions []}
411+
:actions [:send-toolCallRunning]}
412412
result)
413413
"Expected transition to :executing status with no additional actions")
414414

0 commit comments

Comments
 (0)