Skip to content

Commit

Permalink
fixup! update openapi spec to add usage to run/runstep
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcoffey committed Jan 19, 2024
1 parent 9bc52d4 commit 9cd77a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7215,7 +7215,7 @@ components:

AssistantsCompletionUsage:
type: object
description: Usage statistics for a [Run](/docs/api-reference/runs/object) or [RunStep](rdocs/api-reference/runs/step-object) object. If the parent resources is still pending, this value will be null.
description: Usage statistics for a [Run](/docs/api-reference/runs/object) or [RunStep](rdocs/api-reference/runs/step-object) object. If the parent resource is still pending, this value will be null.
properties:
completion_tokens:
type: integer
Expand Down

0 comments on commit 9cd77a4

Please sign in to comment.