McpServerKnowledgeSourceParams Class
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.
Specifies runtime parameters for an MCP server knowledge source.
public class McpServerKnowledgeSourceParams : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceParams, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.McpServerKnowledgeSourceParams>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.McpServerKnowledgeSourceParams>
type McpServerKnowledgeSourceParams = class
inherit KnowledgeSourceParams
interface IJsonModel<McpServerKnowledgeSourceParams>
interface IPersistableModel<McpServerKnowledgeSourceParams>
Public Class McpServerKnowledgeSourceParams
Inherits KnowledgeSourceParams
Implements IJsonModel(Of McpServerKnowledgeSourceParams), IPersistableModel(Of McpServerKnowledgeSourceParams)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| McpServerKnowledgeSourceParams(String) |
Initializes a new instance of McpServerKnowledgeSourceParams. |
Properties
| Name | Description |
|---|---|
| AlwaysQuerySource |
Indicates that this knowledge source should bypass source selection and always be queried at retrieval time. (Inherited from KnowledgeSourceParams) |
| EnableImageServing |
Indicates whether image serving should be enabled for this knowledge source at retrieval time. When true, images extracted during ingestion are delivered to downstream models. (Inherited from KnowledgeSourceParams) |
| FailOnError |
Indicates that the entire retrieval request should fail if retrieval from this knowledge source encounters an error. Defaults to false. (Inherited from KnowledgeSourceParams) |
| IncludeReferences |
Indicates whether references should be included for data retrieved from this source. (Inherited from KnowledgeSourceParams) |
| IncludeReferenceSourceData |
Indicates whether references should include the structured data obtained during retrieval in their payload. (Inherited from KnowledgeSourceParams) |
| KnowledgeSourceName |
The name of the index the params apply to. (Inherited from KnowledgeSourceParams) |
| MaxOutputDocuments |
Limits the maximum number of documents returned from this knowledge source. (Inherited from KnowledgeSourceParams) |
| RerankerThreshold |
The reranker threshold all retrieved documents must meet to be included in the response. (Inherited from KnowledgeSourceParams) |