@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias FuzzyFileSearchResult

    Superset of [codex_file_search::FileMatch]

    type FuzzyFileSearchResult = {
        file_name: string;
        indices: number[] | null;
        match_type: FuzzyFileSearchMatchType;
        path: string;
        root: string;
        score: number;
    }
    Index

    Properties

    file_name: string
    indices: number[] | null
    path: string
    root: string
    score: number