Search Results for

    Show / Hide Table of Contents

    Class ConversationItemType

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

    Fields

    | Edit this page View Source

    CodeInterpreterCall

    Declaration
    public const string CodeInterpreterCall = "code_interpreter_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ComputerCall

    Declaration
    public const string ComputerCall = "computer_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ComputerCallOutput

    Declaration
    public const string ComputerCallOutput = "computer_call_output"
    Field Value
    Type Description
    string
    | Edit this page View Source

    CustomToolCall

    Declaration
    public const string CustomToolCall = "custom_tool_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    CustomToolCallOutput

    Declaration
    public const string CustomToolCallOutput = "custom_tool_call_output"
    Field Value
    Type Description
    string
    | Edit this page View Source

    FileSearchCall

    Declaration
    public const string FileSearchCall = "file_search_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    FunctionCall

    Declaration
    public const string FunctionCall = "function_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    FunctionCallOutput

    Declaration
    public const string FunctionCallOutput = "function_call_output"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ImageGenerationCall

    Declaration
    public const string ImageGenerationCall = "image_generation_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ItemReference

    Declaration
    public const string ItemReference = "item_reference"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LocalShellCall

    Declaration
    public const string LocalShellCall = "local_shell_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LocalShellCallOutput

    Declaration
    public const string LocalShellCallOutput = "local_shell_call_output"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MCPApprovalRequest

    Declaration
    public const string MCPApprovalRequest = "mcp_approval_request"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MCPApprovalResponse

    Declaration
    public const string MCPApprovalResponse = "mcp_approval_response"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MCPListTools

    Declaration
    public const string MCPListTools = "mcp_list_tools"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MCPToolCall

    Declaration
    public const string MCPToolCall = "mcp_call"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Message

    Declaration
    public const string Message = "message"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Reasoning

    Declaration
    public const string Reasoning = "reasoning"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RedactedReasoning

    Declaration
    public const string RedactedReasoning = "redacted_reasoning"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Unknown

    Declaration
    public const string Unknown = "unknown"
    Field Value
    Type Description
    string
    | Edit this page View Source

    WebSearchCall

    Declaration
    public const string WebSearchCall = "web_search_call"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation