Class ConversationItemType
Inheritance
ConversationItemType
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
|
Edit this page
View Source
ComputerCall
Declaration
public const string ComputerCall = "computer_call"
Field Value
|
Edit this page
View Source
ComputerCallOutput
Declaration
public const string ComputerCallOutput = "computer_call_output"
Field Value
|
Edit this page
View Source
Declaration
public const string CustomToolCall = "custom_tool_call"
Field Value
|
Edit this page
View Source
Declaration
public const string CustomToolCallOutput = "custom_tool_call_output"
Field Value
|
Edit this page
View Source
FileSearchCall
Declaration
public const string FileSearchCall = "file_search_call"
Field Value
|
Edit this page
View Source
FunctionCall
Declaration
public const string FunctionCall = "function_call"
Field Value
|
Edit this page
View Source
FunctionCallOutput
Declaration
public const string FunctionCallOutput = "function_call_output"
Field Value
|
Edit this page
View Source
ImageGenerationCall
Declaration
public const string ImageGenerationCall = "image_generation_call"
Field Value
|
Edit this page
View Source
ItemReference
Declaration
public const string ItemReference = "item_reference"
Field Value
|
Edit this page
View Source
LocalShellCall
Declaration
public const string LocalShellCall = "local_shell_call"
Field Value
|
Edit this page
View Source
LocalShellCallOutput
Declaration
public const string LocalShellCallOutput = "local_shell_call_output"
Field Value
|
Edit this page
View Source
MCPApprovalRequest
Declaration
public const string MCPApprovalRequest = "mcp_approval_request"
Field Value
|
Edit this page
View Source
MCPApprovalResponse
Declaration
public const string MCPApprovalResponse = "mcp_approval_response"
Field Value
|
Edit this page
View Source
Declaration
public const string MCPListTools = "mcp_list_tools"
Field Value
|
Edit this page
View Source
Declaration
public const string MCPToolCall = "mcp_call"
Field Value
|
Edit this page
View Source
Message
Declaration
public const string Message = "message"
Field Value
|
Edit this page
View Source
Reasoning
Declaration
public const string Reasoning = "reasoning"
Field Value
|
Edit this page
View Source
RedactedReasoning
Declaration
public const string RedactedReasoning = "redacted_reasoning"
Field Value
|
Edit this page
View Source
Unknown
Declaration
public const string Unknown = "unknown"
Field Value
|
Edit this page
View Source
WebSearchCall
Declaration
public const string WebSearchCall = "web_search_call"
Field Value