From b648b7823135e6fa5148ac9a303c16fdad050da6 Mon Sep 17 00:00:00 2001 From: Atty Eleti Date: Fri, 2 Feb 2024 18:04:46 -0800 Subject: [PATCH] Remove 'type: object' from tool_calls item --- openapi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 0f2b1a95..78a54866 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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"