ResponseReasoningTextDoneEvent(Int64, String, Int64, Int64, String) Constructor
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.
Initializes a new instance of ResponseReasoningTextDoneEvent.
public ResponseReasoningTextDoneEvent(long sequenceNumber, string itemId, long outputIndex, long contentIndex, string text);
new Azure.AI.AgentServer.Responses.Models.ResponseReasoningTextDoneEvent : int64 * string * int64 * int64 * string -> Azure.AI.AgentServer.Responses.Models.ResponseReasoningTextDoneEvent
Public Sub New (sequenceNumber As Long, itemId As String, outputIndex As Long, contentIndex As Long, text As String)
Parameters
- sequenceNumber
- Int64
- itemId
- String
The ID of the item this reasoning text is associated with.
- outputIndex
- Int64
The index of the output item this reasoning text is associated with.
- contentIndex
- Int64
The index of the reasoning content part.
- text
- String
The full text of the completed reasoning content.
Exceptions
itemId or text is null.