@cavell/kit API
    Preparing search index...

    Interface Starter

    A conversation starter from the init run's shared state.

    interface Starter {
        question: string;
        topic: string;
        type: string;
    }
    Index
    question: string
    topic: string
    type: string