getRawPrompt
Return the raw stored prompt text — whatever was passed to
setPromptText() — or null if no raw text has been set.
Unlike getPrompt(), which returns the POM-rendered Markdown,
this returns the unrendered source string.
Parameters
None.
Returns
string | null — The raw stored prompt text, or null when not set.