pub const GEN_AI_SYSTEM: &str = "gen_ai.system";
Expand description

The Generative AI product as identified by the client instrumentation.

The actual GenAI product may differ from the one identified by the client. For example, when using OpenAI client libraries to communicate with Mistral, the gen_ai.system is set to openai based on the instrumentation's best knowledge.

§Examples

  • openai