Replies: 1 comment
-
هاي |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context:
In the documentation here, an example is given for passing
"custom"
tools to models using the Chat Completions API.However, in the chat completion chunk object described here, the
choices.delta.tool_calls
only seems to supporttype="function"
with no mention of"custom"
. The same is reflected in theopenai
python SDK, currently leading to among other things typing issues in downstream custom code.Question:
So does this mean that streaming from Chat Completions while passing
"custom"
tools isn't supported? Or perhaps is the API definition incomplete?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions