TTMSMCPToolBuilder.TaskSupport Method
Declares whether a client may, or must, invoke the tool as a long-running task. The setting is an advertisement only and does not by itself make the callback run asynchronously.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolBuilder
Syntax
class function TaskSupport(AValue: TTMSMCPTaskSupport): TTMSMCPToolBuilderClass;
Parameters
| Name | Description |
|---|---|
AValue |
The task capability to publish. |
Returns
The tool builder class, so the configuration can be chained.