make linter happy (#661)

This commit is contained in:
Alexander Baranov
2024-02-15 16:02:48 +04:00
committed by GitHub
parent a7954c854c
commit 11ad4b69d0
7 changed files with 22 additions and 22 deletions

2
run.go
View File

@@ -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"`