Creating Plot Twists
    Preparing search index...

    Type Alias SearchOptions

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

    Properties

    limit?: number

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

    threshold?: number

    Minimum similarity score 0-1 (default: 0.3)

    focusId?: string

    Scope search to this focus. Must be owned by the twist owner. When omitted, the server scopes the search across all of the owner's focuses.