pub const GEN_AI_PROMPT: &str = "gen_ai.prompt";
Expand description

The full prompt sent to the GenAI model.

It's RECOMMENDED to format prompts as JSON string matching OpenAI messages format

§Examples

  • [{'role': 'user', 'content': 'What is the capital of France?'}]