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 6c2e316 commit a7954c8Copy full SHA for a7954c8
run.go
@@ -26,6 +26,7 @@ type Run struct {
26
Tools []Tool `json:"tools"`
27
FileIDS []string `json:"file_ids"`
28
Metadata map[string]any `json:"metadata"`
29
+ Usage Usage `json:"usage,omitempty"`
30
31
httpHeader
32
}
0 commit comments