opentelemetry_semantic_conventions::attribute

Constant GEN_AI_PROMPT

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

The full prompt sent to the GenAI model.

§Notes

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

§Examples

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