Skip to content

Commit 142d7e5

Browse files
committed
Fix unit tests
1 parent e9e741c commit 142d7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/eca/features/chat_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
{:role :system :content {:type :progress :state :running :text "Generating"}}
241241
{:role :assistant :content {:type :text :text "Ok,"}}
242242
{:role :assistant :content {:type :text :text " working on it"}}
243-
{:role :assistant :content {:type :toolCallPrepare :id "call-1" :name "list_allowed_directories" :arguments-text "" :manual-approval false}}
243+
{:role :assistant :content {:type :toolCallPrepare :id "call-1" :name "list_allowed_directories" :arguments-text ""}}
244244
{:role :assistant :content {:type :toolCallRun :id "call-1" :name "list_allowed_directories" :arguments {} :manual-approval false}}
245245
{:role :assistant :content {:type :toolCalled :id "call-1" :name "list_allowed_directories" :arguments {} :outputs [{:content "Allowed directories: /foo/bar" :type :text}]}}
246246
{:role :system :content {:type :progress :state :running :text "Generating"}}

0 commit comments

Comments
 (0)