Table of Contents

Class ConversationItemType

Namespace
Glitch9.AIDevKit
public static class ConversationItemType
Inheritance
object
ConversationItemType

Fields

CodeInterpreterCall

public const string CodeInterpreterCall = "code_interpreter_call"

Field Value

string

ComputerCall

public const string ComputerCall = "computer_call"

Field Value

string

ComputerCallOutput

public const string ComputerCallOutput = "computer_call_output"

Field Value

string

CustomToolCall

public const string CustomToolCall = "custom_tool_call"

Field Value

string

CustomToolCallOutput

public const string CustomToolCallOutput = "custom_tool_call_output"

Field Value

string

FileSearchCall

public const string FileSearchCall = "file_search_call"

Field Value

string

FunctionCall

public const string FunctionCall = "function_call"

Field Value

string

FunctionCallOutput

public const string FunctionCallOutput = "function_call_output"

Field Value

string

ImageGenerationCall

public const string ImageGenerationCall = "image_generation_call"

Field Value

string

ItemReference

public const string ItemReference = "item_reference"

Field Value

string

LocalShellCall

public const string LocalShellCall = "local_shell_call"

Field Value

string

LocalShellCallOutput

public const string LocalShellCallOutput = "local_shell_call_output"

Field Value

string

MCPApprovalRequest

public const string MCPApprovalRequest = "mcp_approval_request"

Field Value

string

MCPApprovalResponse

public const string MCPApprovalResponse = "mcp_approval_response"

Field Value

string

MCPListTools

public const string MCPListTools = "mcp_list_tools"

Field Value

string

MCPToolCall

public const string MCPToolCall = "mcp_tool_call"

Field Value

string

Message

public const string Message = "message"

Field Value

string

Reasoning

public const string Reasoning = "reasoning"

Field Value

string

RedactedReasoning

public const string RedactedReasoning = "redacted_reasoning"

Field Value

string

Unknown

public const string Unknown = "unknown"

Field Value

string

WebSearchCall

public const string WebSearchCall = "web_search_call"

Field Value

string