ResponseReasoningDeltaEvent Constructors
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.
Overloads
| Name | Description |
|---|---|
| ResponseReasoningDeltaEvent() |
Initializes a new instance of ResponseReasoningDeltaEvent for deserialization. |
| ResponseReasoningDeltaEvent(Int32, String, Int32, Int32, BinaryData) |
Initializes a new instance of ResponseReasoningDeltaEvent. |
| ResponseReasoningDeltaEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, String, Int32, Int32, BinaryData) |
Initializes a new instance of ResponseReasoningDeltaEvent. |
ResponseReasoningDeltaEvent()
Initializes a new instance of ResponseReasoningDeltaEvent for deserialization.
public ResponseReasoningDeltaEvent();
Public Sub New ()
Applies to
ResponseReasoningDeltaEvent(Int32, String, Int32, Int32, BinaryData)
Initializes a new instance of ResponseReasoningDeltaEvent.
public ResponseReasoningDeltaEvent(int sequenceNumber, string itemId, int outputIndex, int contentIndex, BinaryData delta);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseReasoningDeltaEvent : int * string * int * int * BinaryData -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseReasoningDeltaEvent
Public Sub New (sequenceNumber As Integer, itemId As String, outputIndex As Integer, contentIndex As Integer, delta As BinaryData)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- itemId
- String
The unique identifier of the item for which reasoning is being updated.
- outputIndex
- Int32
The index of the output item in the response's output array.
- contentIndex
- Int32
The index of the reasoning content part within the output item.
- delta
- BinaryData
The partial update to the reasoning content.
Exceptions
itemId or delta is null.
Applies to
ResponseReasoningDeltaEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, String, Int32, Int32, BinaryData)
Initializes a new instance of ResponseReasoningDeltaEvent.
public ResponseReasoningDeltaEvent(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType type, int sequenceNumber, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, string itemId, int outputIndex, int contentIndex, BinaryData delta);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseReasoningDeltaEvent : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType * int * System.Collections.Generic.IDictionary<string, BinaryData> * string * int * int * BinaryData -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseReasoningDeltaEvent
Public Sub New (type As ResponseStreamEventType, sequenceNumber As Integer, serializedAdditionalRawData As IDictionary(Of String, BinaryData), itemId As String, outputIndex As Integer, contentIndex As Integer, delta As BinaryData)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- itemId
- String
The unique identifier of the item for which reasoning is being updated.
- outputIndex
- Int32
The index of the output item in the response's output array.
- contentIndex
- Int32
The index of the reasoning content part within the output item.
- delta
- BinaryData
The partial update to the reasoning content.