@microsoft/opentelemetry
    Preparing search index...

    Interface OutputMessage

    An output message produced by a model (OTEL gen-ai semantic conventions).

    interface OutputMessage {
        finish_reason?: string;
        name?: string;
        parts: MessagePart[];
        role: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    finish_reason?: string
    name?: string
    parts: MessagePart[]
    role: string