fix(openai): streaming tool_call + logging multiple tool_call#463
fix(openai): streaming tool_call + logging multiple tool_call#463nirga merged 8 commits intotraceloop:mainfrom
Conversation
…s, allow multiple tool calls
nirga
left a comment
There was a problem hiding this comment.
Thanks! Left a small nit comment
| } | ||
| } | ||
| } | ||
| // if (chunk.choices[0]?.delta.tool_calls) { |
There was a problem hiding this comment.
All done thanks!
|
@nirga just a note, this will break anyone's code which uses |
|
@guillaumefontan I think we should match the way we've implemented this on Python - So it should be Also note the CI is broken on your PR |
|
Hi @nirga I've updated to tool_calls and fixed the lint warnings. However the build error: |
d51fdbd to
f27352a
Compare
nirga
left a comment
There was a problem hiding this comment.
Sorry for the delay here, working on fixing the CI now. LGTM except for that!
f27352a to
66513fd
Compare
66513fd to
c696b10
Compare
Fixes #464 and #465