Class ResponseEventType
Inheritance
ResponseEventType
Assembly: Glitch9.AIDevKit.dll
Syntax
public static class ResponseEventType
Fields
|
Edit this page
View Source
CodeInterpreterCallCodeDelta
Declaration
public const string CodeInterpreterCallCodeDelta = "response.code_interpreter_call_code.delta"
Field Value
|
Edit this page
View Source
CodeInterpreterCallCodeDone
Declaration
public const string CodeInterpreterCallCodeDone = "response.code_interpreter_call_code.done"
Field Value
|
Edit this page
View Source
CodeInterpreterCallCompleted
Declaration
public const string CodeInterpreterCallCompleted = "response.code_interpreter_call.completed"
Field Value
|
Edit this page
View Source
CodeInterpreterCallInProgress
Declaration
public const string CodeInterpreterCallInProgress = "response.code_interpreter_call.in_progress"
Field Value
|
Edit this page
View Source
CodeInterpreterCallInterpreting
Declaration
public const string CodeInterpreterCallInterpreting = "response.code_interpreter_call.interpreting"
Field Value
|
Edit this page
View Source
Completed
Declaration
public const string Completed = "response.completed"
Field Value
|
Edit this page
View Source
ContentPartAdded
Declaration
public const string ContentPartAdded = "response.content_part.added"
Field Value
|
Edit this page
View Source
ContentPartDone
Declaration
public const string ContentPartDone = "response.content_part.done"
Field Value
|
Edit this page
View Source
Created
Declaration
public const string Created = "response.created"
Field Value
|
Edit this page
View Source
Declaration
public const string CustomToolCallInputDelta = "response.custom_tool_call_input.delta"
Field Value
|
Edit this page
View Source
Declaration
public const string CustomToolCallInputDone = "response.custom_tool_call_input.done"
Field Value
|
Edit this page
View Source
Error
Declaration
public const string Error = "error"
Field Value
|
Edit this page
View Source
ExternalConnectorError
Declaration
public const string ExternalConnectorError = "external_connector_error"
Field Value
|
Edit this page
View Source
Failed
Declaration
public const string Failed = "response.failed"
Field Value
|
Edit this page
View Source
FileSearchCallCompleted
Declaration
public const string FileSearchCallCompleted = "response.file_search_call.completed"
Field Value
|
Edit this page
View Source
FileSearchCallInProgress
Declaration
public const string FileSearchCallInProgress = "response.file_search_call.in_progress"
Field Value
|
Edit this page
View Source
FileSearchCallSearching
Declaration
public const string FileSearchCallSearching = "response.file_search_call.searching"
Field Value
|
Edit this page
View Source
FunctionCallArgumentsDelta
Declaration
public const string FunctionCallArgumentsDelta = "response.function_call_arguments.delta"
Field Value
|
Edit this page
View Source
FunctionCallArgumentsDone
Declaration
public const string FunctionCallArgumentsDone = "response.function_call_arguments.done"
Field Value
|
Edit this page
View Source
ImageGenerationCallCompleted
Declaration
public const string ImageGenerationCallCompleted = "response.image_generation_call.completed"
Field Value
|
Edit this page
View Source
ImageGenerationCallGenerating
Declaration
public const string ImageGenerationCallGenerating = "response.image_generation_call.generating"
Field Value
|
Edit this page
View Source
ImageGenerationCallInProgress
Declaration
public const string ImageGenerationCallInProgress = "response.image_generation_call.in_progress"
Field Value
|
Edit this page
View Source
ImageGenerationCallPartialImage
Declaration
public const string ImageGenerationCallPartialImage = "response.image_generation_call.partial_image"
Field Value
|
Edit this page
View Source
InProgress
Declaration
public const string InProgress = "response.in_progress"
Field Value
|
Edit this page
View Source
Incomplete
Declaration
public const string Incomplete = "response.incomplete"
Field Value
|
Edit this page
View Source
Keepalive
Declaration
public const string Keepalive = "keepalive"
Field Value
|
Edit this page
View Source
McpCallArgumentsDelta
Declaration
public const string McpCallArgumentsDelta = "response.mcp_call_arguments.delta"
Field Value
|
Edit this page
View Source
McpCallArgumentsDone
Declaration
public const string McpCallArgumentsDone = "response.mcp_call_arguments.done"
Field Value
|
Edit this page
View Source
McpCallCompleted
Declaration
public const string McpCallCompleted = "response.mcp_call.completed"
Field Value
|
Edit this page
View Source
McpCallFailed
Declaration
public const string McpCallFailed = "response.mcp_call.failed"
Field Value
|
Edit this page
View Source
McpCallInProgress
Declaration
public const string McpCallInProgress = "response.mcp_call.in_progress"
Field Value
|
Edit this page
View Source
Declaration
public const string McpListToolsCompleted = "response.mcp_list_tools.completed"
Field Value
|
Edit this page
View Source
Declaration
public const string McpListToolsFailed = "response.mcp_list_tools.failed"
Field Value
|
Edit this page
View Source
Declaration
public const string McpListToolsInProgress = "response.mcp_list_tools.in_progress"
Field Value
|
Edit this page
View Source
OutputItemAdded
Declaration
public const string OutputItemAdded = "response.output_item.added"
Field Value
|
Edit this page
View Source
OutputItemDone
Declaration
public const string OutputItemDone = "response.output_item.done"
Field Value
|
Edit this page
View Source
OutputTextAnnotationAdded
Declaration
public const string OutputTextAnnotationAdded = "response.output_text.annotation.added"
Field Value
|
Edit this page
View Source
OutputTextDelta
Declaration
public const string OutputTextDelta = "response.output_text.delta"
Field Value
|
Edit this page
View Source
OutputTextDone
Declaration
public const string OutputTextDone = "response.output_text.done"
Field Value
|
Edit this page
View Source
Queued
Declaration
public const string Queued = "response.queued"
Field Value
|
Edit this page
View Source
ReasoningSummaryPartAdded
Declaration
public const string ReasoningSummaryPartAdded = "response.reasoning_summary_part.added"
Field Value
|
Edit this page
View Source
ReasoningSummaryPartDone
Declaration
public const string ReasoningSummaryPartDone = "response.reasoning_summary_part.done"
Field Value
|
Edit this page
View Source
ReasoningSummaryTextDelta
Declaration
public const string ReasoningSummaryTextDelta = "response.reasoning_summary_text.delta"
Field Value
|
Edit this page
View Source
ReasoningSummaryTextDone
Declaration
public const string ReasoningSummaryTextDone = "response.reasoning_summary_text.done"
Field Value
|
Edit this page
View Source
ReasoningTextDelta
Declaration
public const string ReasoningTextDelta = "response.reasoning_text.delta"
Field Value
|
Edit this page
View Source
ReasoningTextDone
Declaration
public const string ReasoningTextDone = "response.reasoning_text.done"
Field Value
|
Edit this page
View Source
RefusalDelta
Declaration
public const string RefusalDelta = "response.refusal.delta"
Field Value
|
Edit this page
View Source
RefusalDone
Declaration
public const string RefusalDone = "response.refusal.done"
Field Value
|
Edit this page
View Source
WebSearchCallCompleted
Declaration
public const string WebSearchCallCompleted = "response.web_search_call.completed"
Field Value
|
Edit this page
View Source
WebSearchCallInProgress
Declaration
public const string WebSearchCallInProgress = "response.web_search_call.in_progress"
Field Value
|
Edit this page
View Source
WebSearchCallSearching
Declaration
public const string WebSearchCallSearching = "response.web_search_call.searching"
Field Value