McpServerKnowledgeSource(String, McpServerKnowledgeSourceParameters) 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 McpServerKnowledgeSource.
public McpServerKnowledgeSource(string name, Azure.Search.Documents.Indexes.Models.McpServerKnowledgeSourceParameters mcpServerParameters);
new Azure.Search.Documents.Indexes.Models.McpServerKnowledgeSource : string * Azure.Search.Documents.Indexes.Models.McpServerKnowledgeSourceParameters -> Azure.Search.Documents.Indexes.Models.McpServerKnowledgeSource
Public Sub New (name As String, mcpServerParameters As McpServerKnowledgeSourceParameters)
Parameters
- name
- String
The name of the knowledge source.
- mcpServerParameters
- McpServerKnowledgeSourceParameters
The parameters for the MCP server knowledge source.
Exceptions
name or mcpServerParameters is null.