Skip to content

Commit e0f3584

Browse files
fixed lint issue
1 parent 5c3ab18 commit e0f3584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func (r *ChatCompletionResponseFormatJSONSchema) UnmarshalJSON(data []byte) erro
248248
return nil
249249
}
250250

251-
// NonOpenAIExtensions contains non-standard OpenAI API extensions
251+
// NonOpenAIExtensions contains non-standard OpenAI API extensions.
252252
type NonOpenAIExtensions struct {
253253
// GuidedChoice restricts output to a set of predefined choices.
254254
GuidedChoice []string `json:"guided_choice,omitempty"`

0 commit comments

Comments
 (0)