GanttWebMcpTool
Class
Overrides the default configuration for a specific Gantt WebMCP tool. Place inside GanttWebMcpTools.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GanttWebMcpTool : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGanttWebMcpTool
Implements:
Inherited Members
Constructors
C#
public GanttWebMcpTool()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
Properties
The Gantt operation that this tool override applies to.
C#
[Parameter]
public GanttWebMcpToolCommand 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; }