Class IncludeOptions
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.dll
Syntax
public static class IncludeOptions
Fields
| Edit this page View SourceCodeInterpreterCallOutputs
Includes the outputs of python code execution in code interpreter tool call items.
Declaration
public const string CodeInterpreterCallOutputs = "code_interpreter_call.outputs"
Field Value
| Type | Description |
|---|---|
| string |
ComputerCallOutputImageUrl
Include image urls from the computer call output.
Declaration
public const string ComputerCallOutputImageUrl = "computer_call_output.output.image_url"
Field Value
| Type | Description |
|---|---|
| string |
FileSearchCallResults
Include the search results of the file search tool call.
Declaration
public const string FileSearchCallResults = "file_search_call.results"
Field Value
| Type | Description |
|---|---|
| string |
MessageInputImageUrl
Include image urls from the input message.
Declaration
public const string MessageInputImageUrl = "message.input_image.image_url"
Field Value
| Type | Description |
|---|---|
| string |
MessageOutputTextLogprobs
Include logprobs with assistant messages.
Declaration
public const string MessageOutputTextLogprobs = "message.output_text.logprobs"
Field Value
| Type | Description |
|---|---|
| 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).
Declaration
public const string ReasoningEncryptedContent = "reasoning.encrypted_content"
Field Value
| Type | Description |
|---|---|
| string |
WebSearchCallActionSources
Include the sources of the web search tool call.
Declaration
public const string WebSearchCallActionSources = "web_search_call.action.sources"
Field Value
| Type | Description |
|---|---|
| string |