The full response received from the GenAI model.
It's RECOMMENDED to format completions as JSON string matching OpenAI messages format
@example [{'role': 'assistant', 'content': 'The capital of France is Paris.'}]
public const GEN_AI_COMPLETION = 'gen_ai.completion';