Skip to content

Commit 1c0b108

Browse files
committed
feat: Support Structured Outputs
1 parent 56ef2a3 commit 1c0b108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chat.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ type ChatCompletionResponseFormatType string
176176

177177
const (
178178
ChatCompletionResponseFormatTypeJSONObject ChatCompletionResponseFormatType = "json_object"
179+
ChatCompletionResponseFormatTypeJSONSchema ChatCompletionResponseFormatType = "json_schema"
179180
ChatCompletionResponseFormatTypeText ChatCompletionResponseFormatType = "text"
180181
)
181182

0 commit comments

Comments
 (0)