ClassGanttWebMcpTool
Class
Overrides the default configuration for a specific Gantt WebMCP tool. Place inside GanttWebMcpTools.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttWebMcpTool : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGanttWebMcpTool
Implements:
Inherited Members
Constructors
GanttWebMcpTool()
Declaration
cs-api-definition
public GanttWebMcpTool()
Properties
Command
The Gantt operation that this tool override applies to.
Declaration
cs-api-definition
[Parameter]
public GanttWebMcpToolCommand 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