Skip to content

Commit

Permalink
Remove 'type: object' from tool_calls item
Browse files Browse the repository at this point in the history
  • Loading branch information
athyuttamre committed Feb 3, 2024
1 parent 97dfb59 commit b648b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8388,7 +8388,6 @@ components:
description: |
An array of tool calls the run step was involved in. These can be associated with one of three types of tools: `code_interpreter`, `retrieval`, or `function`.
items:
type: object
oneOf:
- $ref: "#/components/schemas/RunStepDetailsToolCallsCodeObject"
- $ref: "#/components/schemas/RunStepDetailsToolCallsRetrievalObject"
Expand Down

0 comments on commit b648b78

Please sign in to comment.