TTMSMCPSamplingRequestBuilder.WithSystemPrompt Method
Sets the instructions that steer the model.
API unit family: TMS.MCP.Sampling
Declaring type: TTMSMCPSamplingRequestBuilder
Syntax
function WithSystemPrompt(const APrompt: string): TTMSMCPSamplingRequestBuilder;
Parameters
| Name | Description |
|---|---|
APrompt |
Instructions sent alongside the conversation. |
Returns
The builder, so that further calls can be chained.