evalution
    Preparing search index...

    Interface SpanMessage

    A single message within an LLM span's input/output.

    interface SpanMessage {
        content: string;
        role: string;
    }
    Index

    Properties

    Properties

    content: string
    role: string