TTMSMCPPromptBuilder.Description Method
Sets the text that tells a model what the prompt is for.
API unit family: TMS.MCP.Prompts
Declaring type: TTMSMCPPromptBuilder
Syntax
function Description(const ADescription: string): TTMSMCPPromptBuilder;
Parameters
| Name | Description |
|---|---|
ADescription |
Description. May be empty. |
Returns
The builder, so calls can be chained.