TTMSMCPPromptArgumentBuilder.Description Method
Sets the explanation of what should be supplied for the argument.
API unit family: TMS.MCP.Prompts
Declaring type: TTMSMCPPromptArgumentBuilder
Syntax
function Description(const ADescription: string): TTMSMCPPromptArgumentBuilder;
Parameters
| Name | Description |
|---|---|
ADescription |
Description. May be empty. |
Returns
The argument builder, so calls can be chained.