ResponseOutputItemDoneEvent(Int64, Int64, OutputItem) 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 ResponseOutputItemDoneEvent.
public ResponseOutputItemDoneEvent(long sequenceNumber, long outputIndex, Azure.AI.AgentServer.Responses.Models.OutputItem item);
new Azure.AI.AgentServer.Responses.Models.ResponseOutputItemDoneEvent : int64 * int64 * Azure.AI.AgentServer.Responses.Models.OutputItem -> Azure.AI.AgentServer.Responses.Models.ResponseOutputItemDoneEvent
Public Sub New (sequenceNumber As Long, outputIndex As Long, item As OutputItem)
Parameters
- sequenceNumber
- Int64
- outputIndex
- Int64
The index of the output item that was marked done.
- item
- OutputItem
The output item that was marked done.
Exceptions
item is null.