ToolChoiceCustom(String) Constructor

Definition

Initializes a new instance of ToolChoiceCustom.

public ToolChoiceCustom(string name);
new Azure.AI.AgentServer.Responses.Models.ToolChoiceCustom : string -> Azure.AI.AgentServer.Responses.Models.ToolChoiceCustom
Public Sub New (name As String)

Parameters

name
String

The name of the custom tool to call.

Exceptions

name is null.

Applies to