ResponseOutputItemAddedEvent(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 ResponseOutputItemAddedEvent.
public ResponseOutputItemAddedEvent(long sequenceNumber, long outputIndex, Azure.AI.AgentServer.Responses.Models.OutputItem item);
new Azure.AI.AgentServer.Responses.Models.ResponseOutputItemAddedEvent : int64 * int64 * Azure.AI.AgentServer.Responses.Models.OutputItem -> Azure.AI.AgentServer.Responses.Models.ResponseOutputItemAddedEvent
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 added.
- item
- OutputItem
The output item that was added.
Exceptions
item is null.