KnowledgeBaseMcpServerReference 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.
Represents an MCP server document reference.
public class KnowledgeBaseMcpServerReference : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseReference, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMcpServerReference>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMcpServerReference>
type KnowledgeBaseMcpServerReference = class
inherit KnowledgeBaseReference
interface IJsonModel<KnowledgeBaseMcpServerReference>
interface IPersistableModel<KnowledgeBaseMcpServerReference>
Public Class KnowledgeBaseMcpServerReference
Inherits KnowledgeBaseReference
Implements IJsonModel(Of KnowledgeBaseMcpServerReference), IPersistableModel(Of KnowledgeBaseMcpServerReference)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ActivitySource |
The source activity ID for the reference. (Inherited from KnowledgeBaseReference) |
| Id |
The ID of the reference. (Inherited from KnowledgeBaseReference) |
| RerankerScore |
The reranker score for the document reference. (Inherited from KnowledgeBaseReference) |
| SourceData |
The source data for the reference. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Title |
The title of the MCP server tool result. |
| ToolName |
The name of the MCP server tool that produced the reference. |