Skip to content

Commit e002164

Browse files
Stainless Botstainless-app[bot]
Stainless Bot
authored andcommitted
chore(api): remove old AssistantResponseFormat type (#967)
1 parent 2561025 commit e002164

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 68
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-c36d30a94622922f83d56a025cdf0095ff7cb18a5138838c698c8443f21fb3a8.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-4097c2f86beb3f3bb021775cd1dfa240e960caf842aeefc2e08da4dc0851ea79.yml

src/resources/beta/threads/threads.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,6 @@ export class Threads extends APIResource {
118118
}
119119
}
120120

121-
/**
122-
<<<<<<< HEAD
123-
* An object describing the expected output of the model. If `json_object` or
124-
* `json_schema`, only `function` type `tools` are allowed to be passed to the Run.
125-
* If `text` the model can return text or any value needed.
126-
*/
127-
export interface AssistantResponseFormat {
128-
/**
129-
* Must be one of `text`, `json_object` or `json_schema`.
130-
*/
131-
type?: 'text' | 'json_object' | 'json_schema';
132-
}
133-
134121
/**
135122
* Specifies the format that the model must output. Compatible with
136123
* [GPT-4o](https://platform.openai.com/docs/models/gpt-4o),

0 commit comments

Comments
 (0)