pub const GEN_AI_PROMPT: &'static str;
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?'}]