File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
src/resources/beta/threads Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 11configured_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
Original file line number Diff line number Diff 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),
You can’t perform that action at this time.
0 commit comments