Skip to content

Commit a7954c8

Browse files
shadowpigyshadowpigy
and
shadowpigy
authored
Feat: Add assistant usage (#649)
* Feat: Add assistant usage --------- Co-authored-by: shadowpigy <[email protected]>
1 parent 6c2e316 commit a7954c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ type Run struct {
2626
Tools []Tool `json:"tools"`
2727
FileIDS []string `json:"file_ids"`
2828
Metadata map[string]any `json:"metadata"`
29+
Usage Usage `json:"usage,omitempty"`
2930

3031
httpHeader
3132
}

0 commit comments

Comments
 (0)