Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stillmatic committed Jun 16, 2023
1 parent 70a4f4a commit 9fc4bb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,7 @@ type JSONSchemaDefine struct {
Properties map[string]*JSONSchemaDefine `json:"properties,omitempty"`
// Required is a required of JSON Schema. It used if Type is JSONSchemaTypeObject.
Required []string `json:"required,omitempty"`
<<<<<<< HEAD
// Items is a property of JSON Schema. It used if Type is JSONSchemaTypeArray.
=======
// Items is a items of JSON Schema. It used if Type is JSONSchemaTypeArray.
>>>>>>> e94a13e (chore: add back removed interfaces, custom marshal)
Items *JSONSchemaDefine `json:"items,omitempty"`
}

Expand Down
1 change: 0 additions & 1 deletion chat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func TestChatCompletionsFunctions(t *testing.T) {
},
Functions: []*FunctionDefine{{
Name: "test",
//nolint:lll
Parameters: &FunctionParams{
Properties: map[string]*JSONSchemaDefine{
"count": {
Expand Down

0 comments on commit 9fc4bb9

Please sign in to comment.