Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/resources/responses/responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2166,15 +2166,14 @@ export interface ResponseInProgressEvent {
* multi-turn conversations when using the Responses API statelessly (like when
* the `store` parameter is set to `false`, or when an organization is enrolled
* in the zero data retention program).
* - `code_interpreter_call.outputs`: Includes the outputs of python code execution
* in code interpreter tool call items.
*/
export type ResponseIncludable =
| 'web_search_call.action.sources'
| 'code_interpreter_call.outputs'
| 'computer_call_output.output.image_url'
| 'file_search_call.results'
| 'message.input_image.image_url'
| 'computer_call_output.output.image_url'
| 'reasoning.encrypted_content'
| 'code_interpreter_call.outputs';
| 'reasoning.encrypted_content';

/**
* An event that is emitted when a response finishes as incomplete.
Expand Down