Search Results for

    Show / Hide Table of Contents

    Class IncludeOptions

    Inheritance
    object
    IncludeOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class IncludeOptions

    Fields

    | Edit this page View Source

    CodeInterpreterCallOutputs

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    MessageInputImageUrl

    Include image urls from the input message.

    Declaration
    public const string MessageInputImageUrl = "message.input_image.image_url"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MessageOutputTextLogprobs

    Include logprobs with assistant messages.

    Declaration
    public const string MessageOutputTextLogprobs = "message.output_text.logprobs"
    Field Value
    Type Description
    string
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation