featherbit UI
    Preparing search index...

    Interface ThreadSeed

    interface ThreadSeed {
        args: Record<string, string>;
        prompt: string;
    }
    Index
    args: Record<string, string>
    prompt: string