TreeListWebMcpTool
Class
Overrides the default configuration for a specific TreeList WebMCP tool. Place inside TreeListWebMcpTools.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TreeListWebMcpTool : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTreeListWebMcpTool
Implements:
Inherited Members
Constructors
C#
public TreeListWebMcpTool()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
Properties
The TreeList operation that this tool override applies to.
C#
[Parameter]
public TreeListWebMcpToolCommand Command { get; set; }
Overrides the default tool description visible to the AI model.
C#
[Parameter]
public string Description { get; set; }
Whether this tool is enabled for registration. Default is true.
C#
[Parameter]
public bool Enabled { get; set; }