@microsoft/opentelemetry
    Preparing search index...

    Interface ChatMessage

    An input message sent to a model (OTEL gen-ai semantic conventions).

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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