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 0234c1e commit 1876e0cCopy full SHA for 1876e0c
chat.go
@@ -65,7 +65,7 @@ type FunctionDefinition struct {
65
Name string `json:"name"`
66
Description string `json:"description,omitempty"`
67
// Parameters is an object describing the function.
68
- // You can pass a []byte describing the schema,
+ // You can pass json.RawMessage to describe the schema,
69
// or you can pass in a struct which serializes to the proper JSON schema.
70
// The jsonschema package is provided for convenience, but you should
71
// consider another specialized library if you require more complex schemas.
0 commit comments