MCPToolList(IEnumerable<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.