Skip to content

Commit 5b6c7d5

Browse files
fix(api): phase docs
1 parent 518fd46 commit 5b6c7d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 7f49c38fa3abe9b7038ffe62262c4912

src/resources/responses/responses.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)