We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f9ef9 commit 7203770Copy full SHA for 7203770
chat_stream.go
@@ -8,8 +8,9 @@ import (
8
)
9
10
type ChatCompletionStreamChoiceDelta struct {
11
- Content string `json:"content,omitempty"`
12
- Role string `json:"role,omitempty"`
+ Content string `json:"content,omitempty"`
+ Role string `json:"role,omitempty"`
13
+ FunctionCall *FunctionCall `json:"function_call,omitempty"`
14
}
15
16
type ChatCompletionStreamChoice struct {
0 commit comments