Skip to main content

GEN_AI_WORKFLOW_NAME

Constant GEN_AI_WORKFLOW_NAME 

pub const GEN_AI_WORKFLOW_NAME: &'static str;
👎Deprecated:

{note: Moved to the OpenTelemetry GenAI semantic conventions repository. , reason: uncategorized}

Available on crate features opentelemetry and semconv_experimental only.
Expand description

Human-readable name of the GenAI workflow provided by the application.

§Notes

This attribute can be populated in different frameworks eg: name of the first chain in LangChain OR name of the crew in CrewAI.

§Examples

  • "multi_agent_rag"
  • "customer_support_pipeline"