File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 151
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-55ef7034334e938c30656a404ce5e21466103be87542a796425346299f450404 .yml
3- openapi_spec_hash : 4a5bfd2ee4ad47f5b7cf6f1ad08d5d7f
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-0fea07225431c8d0cf5fc1a70c9363a91d259f7a169f410717e162de1b24e489 .yml
3+ openapi_spec_hash : 41b34c1678ec0e95daf62ca4cd52c8f8
44config_hash : 96fbf82cf74a44ccd513f5acf0956ffd
Original file line number Diff line number Diff line change @@ -4149,15 +4149,15 @@ export interface ResponseInputMessageItem {
41494149 role : 'user' | 'system' | 'developer' ;
41504150
41514151 /**
4152- * The status of item. One of `in_progress`, `completed`, or `incomplete`.
4153- * Populated when items are returned via API.
4152+ * The type of the message input. Always set to `message`.
41544153 */
4155- status ? : 'in_progress' | 'completed' | 'incomplete ';
4154+ type : 'message ' ;
41564155
41574156 /**
4158- * The type of the message input. Always set to `message`.
4157+ * The status of item. One of `in_progress`, `completed`, or `incomplete`.
4158+ * Populated when items are returned via API.
41594159 */
4160- type ?: 'message ' ;
4160+ status ?: 'in_progress' | 'completed' | 'incomplete ';
41614161}
41624162
41634163/**
You can’t perform that action at this time.
0 commit comments