KnowledgeBaseMcpServerActivityArguments 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 the arguments the MCP server retrieval activity was run with.
public class KnowledgeBaseMcpServerActivityArguments : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMcpServerActivityArguments>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMcpServerActivityArguments>
type KnowledgeBaseMcpServerActivityArguments = class
interface IJsonModel<KnowledgeBaseMcpServerActivityArguments>
interface IPersistableModel<KnowledgeBaseMcpServerActivityArguments>
Public Class KnowledgeBaseMcpServerActivityArguments
Implements IJsonModel(Of KnowledgeBaseMcpServerActivityArguments), IPersistableModel(Of KnowledgeBaseMcpServerActivityArguments)
- Inheritance
-
KnowledgeBaseMcpServerActivityArguments
- Implements
Properties
| Name | Description |
|---|---|
| ToolArguments |
The arguments passed to the MCP server tool. 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:
|
| ToolName |
The name of the MCP server tool used for the retrieval activity. |