Freigeben über


ResponseFunctionCallArgumentsDeltaEvent(Int64, String, Int64, String) Constructor

Definition

Initializes a new instance of ResponseFunctionCallArgumentsDeltaEvent.

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

Parameters

sequenceNumber
Int64
itemId
String

The ID of the output item that the function-call arguments delta is added to.

outputIndex
Int64

The index of the output item that the function-call arguments delta is added to.

delta
String

The function-call arguments delta that is added.

Exceptions

itemId or delta is null.

Applies to