Table of Contents

Class IncludeOptions

public static class IncludeOptions
Inheritance
object
IncludeOptions

Fields

CodeInterpreterCallOutputs

Includes the outputs of python code execution in code interpreter tool call items.

public const string CodeInterpreterCallOutputs = "code_interpreter_call.outputs"

Field Value

string

ComputerCallOutputImageUrl

Include image urls from the computer call output.

public const string ComputerCallOutputImageUrl = "computer_call_output.output.image_url"

Field Value

string

FileSearchCallResults

Include the search results of the file search tool call.

public const string FileSearchCallResults = "file_search_call.results"

Field Value

string

MessageInputImageUrl

Include image urls from the input message.

public const string MessageInputImageUrl = "message.input_image.image_url"

Field Value

string

MessageOutputTextLogprobs

Include logprobs with assistant messages.

public const string MessageOutputTextLogprobs = "message.output_text.logprobs"

Field Value

string

ReasoningEncryptedContent

Includes an encrypted version of reasoning tokens in reasoning item outputs. This enables reasoning items to be used in 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).

public const string ReasoningEncryptedContent = "reasoning.encrypted_content"

Field Value

string

WebSearchCallActionSources

Include the sources of the web search tool call.

public const string WebSearchCallActionSources = "web_search_call.action.sources"

Field Value

string