MCPToolList(IEnumerable<String>) Constructor

Definition

Initializes a new instance of MCPToolList.

public MCPToolList(System.Collections.Generic.IEnumerable<string> toolNames);
new Azure.AI.Agents.Persistent.MCPToolList : seq<string> -> Azure.AI.Agents.Persistent.MCPToolList
Public Sub New (toolNames As IEnumerable(Of String))

Parameters

toolNames
IEnumerable<String>

The list of tools for approval.

Exceptions

toolNames is null.

Applies to