Skip to content

Commit

Permalink
Feat: Add assistant usage (#649)
Browse files Browse the repository at this point in the history
* Feat: Add assistant usage

---------

Co-authored-by: shadowpigy <[email protected]>
  • Loading branch information
shadowpigy and shadowpigy authored Feb 8, 2024
1 parent 6c2e316 commit a7954c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type Run struct {
Tools []Tool `json:"tools"`
FileIDS []string `json:"file_ids"`
Metadata map[string]any `json:"metadata"`
Usage Usage `json:"usage,omitempty"`

httpHeader
}
Expand Down

0 comments on commit a7954c8

Please sign in to comment.