Member Junction
    Preparing search index...

    Interface ConversationSearchHit

    One search hit: enough to decide whether to page the full message in.

    interface ConversationSearchHit {
        agent: string;
        matchType: "keyword" | "regex";
        role: string;
        sequence: number;
        snippet: string;
    }
    Index

    Properties

    agent: string
    matchType: "keyword" | "regex"
    role: string
    sequence: number
    snippet: string