Freigeben über


ResponseFunctionCallArgumentsDoneEvent Constructor

Definition

Initializes a new instance of ResponseFunctionCallArgumentsDoneEvent.

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

Parameters

sequenceNumber
Int64
itemId
String

The ID of the item.

name
String

The name of the function that was called.

outputIndex
Int64

The index of the output item.

arguments
String

The function-call arguments.

Exceptions

itemId, name or arguments is null.

Applies to