Skip to content

Commit d2df06e

Browse files
committed
Fix integration tests
1 parent 142d7e5 commit d2df06e

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

integration-test/integration/chat/anthropic_test.clj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,21 +228,18 @@
228228
:id "tool-1"
229229
:name "eca_directory_tree"
230230
:argumentsText ""
231-
:manualApproval false
232231
:summary "Listing file tree"})
233232
(match-content chat-id req-id "assistant" {:type "toolCallPrepare"
234233
:origin "native"
235234
:id "tool-1"
236235
:name "eca_directory_tree"
237236
:argumentsText "{\"pat"
238-
:manualApproval false
239237
:summary "Listing file tree"})
240238
(match-content chat-id req-id "assistant" {:type "toolCallPrepare"
241239
:origin "native"
242240
:id "tool-1"
243241
:name "eca_directory_tree"
244242
:argumentsText (str "h\":\"" (h/project-path->canon-path "resources") "\"}")
245-
:manualApproval false
246243
:summary "Listing file tree"})
247244
(match-content chat-id req-id "system" {:type "usage"
248245
:sessionTokens 35

integration-test/integration/chat/ollama_test.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@
225225
:id (m/pred string?)
226226
:name "eca_directory_tree"
227227
:argumentsText ""
228-
:manualApproval false
229228
:summary "Listing file tree"})
230229
(match-content chat-id req-id "assistant" {:type "toolCallRun"
231230
:origin "native"

integration-test/integration/chat/openai_test.clj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,21 +228,18 @@
228228
:id "tool-1"
229229
:name "eca_directory_tree"
230230
:argumentsText ""
231-
:manualApproval false
232231
:summary "Listing file tree"})
233232
(match-content chat-id req-id "assistant" {:type "toolCallPrepare"
234233
:origin "native"
235234
:id "tool-1"
236235
:name "eca_directory_tree"
237236
:argumentsText "{\"pat"
238-
:manualApproval false
239237
:summary "Listing file tree"})
240238
(match-content chat-id req-id "assistant" {:type "toolCallPrepare"
241239
:origin "native"
242240
:id "tool-1"
243241
:name "eca_directory_tree"
244242
:argumentsText (str "h\":\"" (h/project-path->canon-path "resources") "\"}")
245-
:manualApproval false
246243
:summary "Listing file tree"})
247244
(match-content chat-id req-id "system" {:type "usage"
248245
:sessionTokens 35

0 commit comments

Comments
 (0)