@runloop/remote-agents-sdk
Preparing search index...
codex
FuzzyFileSearchResult
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
indices
match_
type
path
root
score
Properties
file_
name
file_name
:
string
indices
indices
:
number
[]
|
null
match_
type
match_type
:
FuzzyFileSearchMatchType
path
path
:
string
root
root
:
string
score
score
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file_
name
indices
match_
type
path
root
score
@runloop/remote-agents-sdk
Loading...
Superset of [
codex_file_search::FileMatch]