MCPListToolsTool(String, MCPListToolsToolInputSchema) 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 MCPListToolsTool.
public MCPListToolsTool(string name, Azure.AI.AgentServer.Responses.Models.MCPListToolsToolInputSchema inputSchema);
new Azure.AI.AgentServer.Responses.Models.MCPListToolsTool : string * Azure.AI.AgentServer.Responses.Models.MCPListToolsToolInputSchema -> Azure.AI.AgentServer.Responses.Models.MCPListToolsTool
Public Sub New (name As String, inputSchema As MCPListToolsToolInputSchema)
Parameters
- name
- String
The name of the tool.
- inputSchema
- MCPListToolsToolInputSchema
The JSON schema describing the tool's input.
Exceptions
name or inputSchema is null.