Skip to main content

GEN_AI_RESPONSE_FINISH_REASONS

Constant GEN_AI_RESPONSE_FINISH_REASONS 

pub const GEN_AI_RESPONSE_FINISH_REASONS: &'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

Array of reasons the model stopped generating tokens, corresponding to each generation received.

§Notes

§Examples

  • [ "stop", ]
  • [ "stop", "length", ]