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

    Interface SessionInfo

    Session information from sessions_list.

    interface SessionInfo {
        model: string;
        totalTokens: number;
        transcriptPath?: string;
    }
    Index

    Properties

    model: string

    Model name.

    totalTokens: number

    Total tokens used.

    transcriptPath?: string

    Transcript file path (if available).