make linter happy (#661)
This commit is contained in:
committed by
GitHub
parent
a7954c854c
commit
11ad4b69d0
2
run.go
2
run.go
@@ -24,7 +24,7 @@ type Run struct {
|
||||
Model string `json:"model"`
|
||||
Instructions string `json:"instructions,omitempty"`
|
||||
Tools []Tool `json:"tools"`
|
||||
FileIDS []string `json:"file_ids"`
|
||||
FileIDS []string `json:"file_ids"` //nolint:revive // backwards-compatibility
|
||||
Metadata map[string]any `json:"metadata"`
|
||||
Usage Usage `json:"usage,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user