OutputItemToolSearchCall Constructor

Definition

Initializes a new instance of OutputItemToolSearchCall.

public OutputItemToolSearchCall(string id, string callId, Azure.AI.AgentServer.Responses.Models.ToolSearchExecutionType execution, BinaryData arguments, Azure.AI.AgentServer.Responses.Models.FunctionCallStatus status);
new Azure.AI.AgentServer.Responses.Models.OutputItemToolSearchCall : string * string * Azure.AI.AgentServer.Responses.Models.ToolSearchExecutionType * BinaryData * Azure.AI.AgentServer.Responses.Models.FunctionCallStatus -> Azure.AI.AgentServer.Responses.Models.OutputItemToolSearchCall
Public Sub New (id As String, callId As String, execution As ToolSearchExecutionType, arguments As BinaryData, status As FunctionCallStatus)

Parameters

id
String

The unique ID of the tool search call item.

callId
String
execution
ToolSearchExecutionType

Whether tool search was executed by the server or by the client.

arguments
BinaryData

Arguments used for the tool search call.

status
FunctionCallStatus

The status of the tool search call item that was recorded.

Exceptions

id or arguments is null.

Applies to