Skip to content

Commit

Permalink
Merge pull request openai#187 from openai/atty/tool-calls-object
Browse files Browse the repository at this point in the history
Remove 'type: object' from tool_calls item
  • Loading branch information
athyuttamre committed Feb 3, 2024
2 parents 97dfb59 + b648b78 commit c76a6d5
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 c76a6d5

Please sign in to comment.