MCPListToolsTool(String, MCPListToolsToolInputSchema) Constructor

Definition

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.

Applies to