File tree 2 files changed +1
-14
lines changed
src/resources/beta/threads
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -118,19 +118,6 @@ export class Threads extends APIResource {
118
118
}
119
119
}
120
120
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
-
134
121
/**
135
122
* Specifies the format that the model must output. Compatible with
136
123
* [GPT-4o](https://platform.openai.com/docs/models/gpt-4o),
You can’t perform that action at this time.
0 commit comments