Creating Plot Twists
    Preparing search index...

    Type Alias SearchOptions

    type SearchOptions = {
        limit?: number;
        threshold?: number;
        priorityId?: string;
    }
    Index

    Properties

    limit?: number

    Max results to return (default: 10, max: 30)

    threshold?: number

    Minimum similarity score 0-1 (default: 0.3)

    priorityId?: string

    Scope search to this priority + descendants. Must be owned by the twist owner. When omitted, the server scopes the search to the owner's entire priority tree.