ResponseRefusalDeltaEvent(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 ResponseRefusalDeltaEvent.
public ResponseRefusalDeltaEvent(long sequenceNumber, string itemId, long outputIndex, long contentIndex, string delta);
new Azure.AI.AgentServer.Responses.Models.ResponseRefusalDeltaEvent : int64 * string * int64 * int64 * string -> Azure.AI.AgentServer.Responses.Models.ResponseRefusalDeltaEvent
Public Sub New (sequenceNumber As Long, itemId As String, outputIndex As Long, contentIndex As Long, delta As String)
Parameters
- sequenceNumber
- Int64
- itemId
- String
The ID of the output item that the refusal text is added to.
- outputIndex
- Int64
The index of the output item that the refusal text is added to.
- contentIndex
- Int64
The index of the content part that the refusal text is added to.
- delta
- String
The refusal text that is added.
Exceptions
itemId or delta is null.