@karmaniverous/jeeves-runner
    Preparing search index...

    Interface SessionMessage

    Session history message.

    interface SessionMessage {
        role: string;
        stopReason?: string;
    }
    Index

    Properties

    Properties

    role: string

    Message role (user, assistant, etc.).

    stopReason?: string

    Stop reason (if present, indicates completion).