From a7954c854c89f45d3f5df62aab8df688b4c20b20 Mon Sep 17 00:00:00 2001 From: shadowpigy <71599610+shadowpigy@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:08:30 +0800 Subject: [PATCH] Feat: Add assistant usage (#649) * Feat: Add assistant usage --------- Co-authored-by: shadowpigy --- run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/run.go b/run.go index d06756572..4befe0b44 100644 --- a/run.go +++ b/run.go @@ -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 }