Table of Contents

TTMSMCPPromptBuilder.Title Method

Sets the display name a client shows for the prompt.

API unit family: TMS.MCP.Prompts Declaring type: TTMSMCPPromptBuilder

Syntax

function Title(const ATitle: string): TTMSMCPPromptBuilder;

Parameters

Name Description
ATitle Display name. May be empty.

Returns

The builder, so calls can be chained.