File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 147
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-427cc4911647924492f14cecdb46eba053c132b1d216dc191d2e34f0be3ed3cf .yml
3- openapi_spec_hash : 958b9c5c6a54682b5ffde920610cae9a
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-242cfb8a5a0690f8aa7ab4c356d296ef86d87eaf2b79910b93a85859f5c5e311 .yml
3+ openapi_spec_hash : 58c8149e0e302c6e061157d46c3ef8a1
44config_hash : 7f49c38fa3abe9b7038ffe62262c4912
Original file line number Diff line number Diff line change @@ -422,8 +422,8 @@ export interface EasyInputMessage {
422422 role : 'user' | 'assistant' | 'system' | 'developer' ;
423423
424424 /**
425- * Labels an assistant message as intermediate commentary (" commentary" ) or the
426- * final answer (" final_answer" ). For models like gpt-5.3-codex and beyond, when
425+ * Labels an ` assistant` message as intermediate commentary (` commentary` ) or the
426+ * final answer (` final_answer` ). For models like ` gpt-5.3-codex` and beyond, when
427427 * sending follow-up requests, preserve and resend phase on all assistant messages
428428 * — dropping it can degrade performance. Not used for user messages.
429429 */
@@ -4751,8 +4751,8 @@ export interface ResponseOutputMessage {
47514751 type : 'message' ;
47524752
47534753 /**
4754- * Labels an assistant message as intermediate commentary (" commentary" ) or the
4755- * final answer (" final_answer" ). For models like gpt-5.3-codex and beyond, when
4754+ * Labels an ` assistant` message as intermediate commentary (` commentary` ) or the
4755+ * final answer (` final_answer` ). For models like ` gpt-5.3-codex` and beyond, when
47564756 * sending follow-up requests, preserve and resend phase on all assistant messages
47574757 * — dropping it can degrade performance. Not used for user messages.
47584758 */
You can’t perform that action at this time.
0 commit comments