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