pub const GEN_AI_COMPLETION: &'static str;
Expand description

The full response received from the GenAI model.

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

ยงExamples

  • [{'role': 'assistant', 'content': 'The capital of France is Paris.'}]