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