File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33## Unreleased
44- Add missing models supported by Github Copilot
55
6+ - Fix regression: openai-chat tool call arguments error on some models.
7+
68## 0.75.1
79
810- Improve protocol for tool call output formatting for tools that output json.
Original file line number Diff line number Diff line change 310310 :stream stream?
311311 :max_completion_tokens 32000 }
312312 :temperature temperature
313- :parallel_tool_calls (:parallel_tool_calls extra-payload)
314313 :tools (when (seq tools) (->tools tools)))
315314 extra-payload)
316315
344343 :api-key api-key
345344 :url-relative-path url-relative-path
346345 :on-error on-error
347- :on-stream (when stream? (fn [event data] (handle-response event data tool-calls* ( llm-util/gen- rid) )))}))))
346+ :on-stream (when stream? (fn [event data] (handle-response event data tool-calls* new- rid)))}))))
348347 handle-response (fn handle-response [event data tool-calls* rid]
349348 (if (= event " stream-end" )
350349 (do
You can’t perform that action at this time.
0 commit comments