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 5c3ab18 commit e0f3584Copy full SHA for e0f3584
chat.go
@@ -248,7 +248,7 @@ func (r *ChatCompletionResponseFormatJSONSchema) UnmarshalJSON(data []byte) erro
248
return nil
249
}
250
251
-// NonOpenAIExtensions contains non-standard OpenAI API extensions
+// NonOpenAIExtensions contains non-standard OpenAI API extensions.
252
type NonOpenAIExtensions struct {
253
// GuidedChoice restricts output to a set of predefined choices.
254
GuidedChoice []string `json:"guided_choice,omitempty"`
0 commit comments