@microsoft/opentelemetry
    Preparing search index...

    Enumeration FinishReason

    Reason a model stopped generating per OTEL gen-ai semantic conventions.

    Index
    CONTENT_FILTER: "content_filter"

    Generation was stopped by a content filter.

    ERROR: "error"

    Generation stopped because of an error.

    LENGTH: "length"

    Generation stopped because the maximum token limit was reached.

    STOP: "stop"

    The model reached a natural stopping point or a provided stop sequence.

    TOOL_CALL: "tool_call"

    The model emitted a tool call and is awaiting its result.