ResponseStreamEventType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ResponseStreamEventType.
public readonly struct ResponseStreamEventType : IEquatable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType>
type ResponseStreamEventType = struct
Public Structure ResponseStreamEventType
Implements IEquatable(Of ResponseStreamEventType)
- Inheritance
-
ResponseStreamEventType
- Implements
Constructors
| Name | Description |
|---|---|
| ResponseStreamEventType(String) |
Initializes a new instance of ResponseStreamEventType. |
Properties
| Name | Description |
|---|---|
| Error |
error. |
| ResponseAudioDelta |
response.audio.delta. |
| ResponseAudioDone |
response.audio.done. |
| ResponseAudioTranscriptDelta |
response.audio_transcript.delta. |
| ResponseAudioTranscriptDone |
response.audio_transcript.done. |
| ResponseCodeInterpreterCallCodeDelta |
response.code_interpreter_call_code.delta. |
| ResponseCodeInterpreterCallCodeDone |
response.code_interpreter_call_code.done. |
| ResponseCodeInterpreterCallCompleted |
response.code_interpreter_call.completed. |
| ResponseCodeInterpreterCallInProgress |
response.code_interpreter_call.in_progress. |
| ResponseCodeInterpreterCallInterpreting |
response.code_interpreter_call.interpreting. |
| ResponseCompleted |
response.completed. |
| ResponseContentPartAdded |
response.content_part.added. |
| ResponseContentPartDone |
response.content_part.done. |
| ResponseCreated |
response.created. |
| ResponseFailed |
response.failed. |
| ResponseFileSearchCallCompleted |
response.file_search_call.completed. |
| ResponseFileSearchCallInProgress |
response.file_search_call.in_progress. |
| ResponseFileSearchCallSearching |
response.file_search_call.searching. |
| ResponseFunctionCallArgumentsDelta |
response.function_call_arguments.delta. |
| ResponseFunctionCallArgumentsDone |
response.function_call_arguments.done. |
| ResponseImageGenerationCallCompleted |
response.image_generation_call.completed. |
| ResponseImageGenerationCallGenerating |
response.image_generation_call.generating. |
| ResponseImageGenerationCallInProgress |
response.image_generation_call.in_progress. |
| ResponseImageGenerationCallPartialImage |
response.image_generation_call.partial_image. |
| ResponseIncomplete |
response.incomplete. |
| ResponseInProgress |
response.in_progress. |
| ResponseMcpCallArgumentsDelta |
response.mcp_call.arguments_delta. |
| ResponseMcpCallArgumentsDone |
response.mcp_call.arguments_done. |
| ResponseMcpCallCompleted |
response.mcp_call.completed. |
| ResponseMcpCallFailed |
response.mcp_call.failed. |
| ResponseMcpCallInProgress |
response.mcp_call.in_progress. |
| ResponseMcpListToolsCompleted |
response.mcp_list_tools.completed. |
| ResponseMcpListToolsFailed |
response.mcp_list_tools.failed. |
| ResponseMcpListToolsInProgress |
response.mcp_list_tools.in_progress. |
| ResponseOutputItemAdded |
response.output_item.added. |
| ResponseOutputItemDone |
response.output_item.done. |
| ResponseOutputTextAnnotationAdded |
response.output_text.annotation.added. |
| ResponseOutputTextDelta |
response.output_text.delta. |
| ResponseOutputTextDone |
response.output_text.done. |
| ResponseQueued |
response.queued. |
| ResponseReasoningDelta |
response.reasoning.delta. |
| ResponseReasoningDone |
response.reasoning.done. |
| ResponseReasoningSummaryDelta |
response.reasoning_summary.delta. |
| ResponseReasoningSummaryDone |
response.reasoning_summary.done. |
| ResponseReasoningSummaryPartAdded |
response.reasoning_summary_part.added. |
| ResponseReasoningSummaryPartDone |
response.reasoning_summary_part.done. |
| ResponseReasoningSummaryTextDelta |
response.reasoning_summary_text.delta. |
| ResponseReasoningSummaryTextDone |
response.reasoning_summary_text.done. |
| ResponseRefusalDelta |
response.refusal.delta. |
| ResponseRefusalDone |
response.refusal.done. |
| ResponseWebSearchCallCompleted |
response.web_search_call.completed. |
| ResponseWebSearchCallInProgress |
response.web_search_call.in_progress. |
| ResponseWebSearchCallSearching |
response.web_search_call.searching. |
Methods
| Name | Description |
|---|---|
| Equals(ResponseStreamEventType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ResponseStreamEventType, ResponseStreamEventType) |
Determines if two ResponseStreamEventType values are the same. |
| Implicit(String to ResponseStreamEventType) |
Converts a String to a ResponseStreamEventType. |
| Inequality(ResponseStreamEventType, ResponseStreamEventType) |
Determines if two ResponseStreamEventType values are not the same. |