get_prompt
get_prompt
Retrieve the current prompt. Returns a string if
set_prompt_text() was used, or a
POM structure (list of dictionaries) if prompt sections were used. If neither was
explicitly set, returns a default prompt: "You are {name}, a helpful AI assistant.".
Parameters
None.
Returns
str | list[dict[str, Any]] — The current prompt in whatever format was configured.