The full prompt sent to the GenAI model.
It's RECOMMENDED to format prompts as JSON string matching OpenAI messages format
@example [{'role': 'user', 'content': 'What is the capital of France?'}]
public const GEN_AI_PROMPT = 'gen_ai.prompt';