New to Telerik UI for BlazorStart a free 30-day trial

Overrides the default configuration for a specific Gantt WebMCP tool. Place inside GanttWebMcpTools.

Definition

Constructors

C#
public GanttWebMcpTool()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool
C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

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; }

Overrides the default tool name visible to the AI model.

C#
[Parameter]
public string Name { get; set; }