Skip to content

Commit f805be6

Browse files
committed
Remove uppercase logs in openai.clj
1 parent e0bc0a7 commit f805be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulflow/processors/openai.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
(do
128128
(if-let [tool-call (first (:tool_calls d))]
129129
(do
130-
(t/log! ["SENDING TOOL CALL" tool-call])
130+
(t/log! ["Sending tool call" tool-call])
131131
(a/>!! out-c (frame/llm-tool-call-chunk tool-call)))
132132
(when-let [c (:content d)]
133133
(a/>!! out-c (frame/llm-text-chunk c))))

0 commit comments

Comments
 (0)