Feat: Add assistant usage (#649)
* Feat: Add assistant usage --------- Co-authored-by: shadowpigy <shadowpigy@github.com>
This commit is contained in:
1
run.go
1
run.go
@@ -26,6 +26,7 @@ type Run struct {
|
|||||||
Tools []Tool `json:"tools"`
|
Tools []Tool `json:"tools"`
|
||||||
FileIDS []string `json:"file_ids"`
|
FileIDS []string `json:"file_ids"`
|
||||||
Metadata map[string]any `json:"metadata"`
|
Metadata map[string]any `json:"metadata"`
|
||||||
|
Usage Usage `json:"usage,omitempty"`
|
||||||
|
|
||||||
httpHeader
|
httpHeader
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user