From f2bed40273c32acbc0f03e701bae97137198fda7 Mon Sep 17 00:00:00 2001 From: Zack Brunson Date: Wed, 28 Aug 2024 08:33:08 -0700 Subject: [PATCH 1/2] adding include brackets --- openapi.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index ba03f837..3f774bfe 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4684,7 +4684,7 @@ paths: schema: type: string description: The ID of the thread to run. - - name: include + - name: include[] in: query description: &include_param_description | A list of additional fields to include in the response. Currently the only supported value is `step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result content. @@ -5655,7 +5655,7 @@ paths: description: *pagination_before_param_description schema: type: string - - name: include + - name: include[] in: query description: *include_param_description schema: @@ -5766,7 +5766,7 @@ paths: schema: type: string description: The ID of the run step to retrieve. - - name: include + - name: include[] in: query description: *include_param_description schema: @@ -15438,8 +15438,7 @@ components: description: The HTTP status code of the response request_id: type: string - description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support. - body: + description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support. body: type: object x-oaiTypeLabel: map description: The JSON body of the response From df9a90e50d84f13f9c4d20bfd3d2fdac40a3a145 Mon Sep 17 00:00:00 2001 From: Zack Brunson Date: Wed, 28 Aug 2024 08:35:04 -0700 Subject: [PATCH 2/2] removing accidental change --- openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 3f774bfe..009a12e7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -15438,7 +15438,8 @@ components: description: The HTTP status code of the response request_id: type: string - description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support. body: + description: An unique identifier for the OpenAI API request. Please include this request ID when contacting support. + body: type: object x-oaiTypeLabel: map description: The JSON body of the response