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 0bd14f9 commit ac25f31Copy full SHA for ac25f31
chat.go
@@ -95,6 +95,8 @@ type JSONSchemaDefine struct {
95
Properties map[string]*JSONSchemaDefine `json:"properties,omitempty"`
96
// Required is a required of JSON Schema. It used if Type is JSONSchemaTypeObject.
97
Required []string `json:"required,omitempty"`
98
+ // Items is a property of JSON Schema. It used if Type is JSONSchemaTypeArray.
99
+ Items *JSONSchemaDefine `json:"items,omitempty"`
100
}
101
102
type FinishReason string
0 commit comments