Class OutputDataList
Inheritance
OutputDataList
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class OutputDataList : List<string>, IList<string>, ICollection<string>, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IList, ICollection, IEnumerable
Constructors
|
Edit this page
View Source
OutputDataList()
Declaration
|
Edit this page
View Source
OutputDataList(IEnumerable<string>)
Declaration
public OutputDataList(IEnumerable<string> collection)
Parameters
|
Edit this page
View Source
OutputDataList(params string[])
Declaration
public OutputDataList(params string[] items)
Parameters
| Type |
Name |
Description |
| string[] |
items |
|
Fields
|
Edit this page
View Source
CodeInterpreterCallOutputs
Declaration
public const string CodeInterpreterCallOutputs = "code_interpreter_call.outputs"
Field Value
|
Edit this page
View Source
ComputerCallOutputImageUrl
Declaration
public const string ComputerCallOutputImageUrl = "computer_call_output.output.image_url"
Field Value
|
Edit this page
View Source
FileSearchCallResults
Declaration
public const string FileSearchCallResults = "file_search_call.results"
Field Value
|
Edit this page
View Source
Declaration
public const string MessageInputImageImageUrl = "message.input_image.image_url"
Field Value
|
Edit this page
View Source
MessageOutputTextLogprobs
Declaration
public const string MessageOutputTextLogprobs = "message.output_text.logprobs"
Field Value
|
Edit this page
View Source
ReasoningEncryptedContent
Declaration
public const string ReasoningEncryptedContent = "reasoning.encrypted_content"
Field Value
|
Edit this page
View Source
WebSearchCallActionSources
Declaration
public const string WebSearchCallActionSources = "web_search_call.action.sources"
Field Value
Methods
|
Edit this page
View Source
AddCodeInterpreterCallOutputs()
Includes the outputs of python code execution in code interpreter tool call items.
Declaration
public void AddCodeInterpreterCallOutputs()
|
Edit this page
View Source
AddComputerCallOutputImageUrl()
Include image urls from the computer call output.
Declaration
public void AddComputerCallOutputImageUrl()
|
Edit this page
View Source
AddFileSearchCallResults()
Include the search results of the file search tool call.
Declaration
public void AddFileSearchCallResults()
|
Edit this page
View Source
Include image urls from the input message.
Declaration
public void AddMessageInputImageImageUrl()
|
Edit this page
View Source
AddMessageOutputTextLogprobs()
Include logprobs with assistant messages.
Declaration
public void AddMessageOutputTextLogprobs()
|
Edit this page
View Source
AddReasoningEncryptedContent()
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 void AddReasoningEncryptedContent()
|
Edit this page
View Source
AddWebSearchCallActionSources()
Include the sources of the web search tool call.
Declaration
public void AddWebSearchCallActionSources()
Implements
Extension Methods