ResponseContentPartDoneEvent Constructor

Definition

Initializes a new instance of ResponseContentPartDoneEvent.

public ResponseContentPartDoneEvent(long sequenceNumber, string itemId, long outputIndex, long contentIndex, Azure.AI.AgentServer.Responses.Models.OutputContent part);
new Azure.AI.AgentServer.Responses.Models.ResponseContentPartDoneEvent : int64 * string * int64 * int64 * Azure.AI.AgentServer.Responses.Models.OutputContent -> Azure.AI.AgentServer.Responses.Models.ResponseContentPartDoneEvent
Public Sub New (sequenceNumber As Long, itemId As String, outputIndex As Long, contentIndex As Long, part As OutputContent)

Parameters

sequenceNumber
Int64
itemId
String

The ID of the output item that the content part was added to.

outputIndex
Int64

The index of the output item that the content part was added to.

contentIndex
Int64

The index of the content part that is done.

part
OutputContent

The content part that is done.

Exceptions

itemId or part is null.

Applies to