Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
/
RetrieverReference
Interface RetrieverReference<CustomOptions>
A retriver reference object.
interface
RetrieverReference
<
CustomOptions
extends
ZodTypeAny
>
{
configSchema
?:
CustomOptions
;
info
?:
{
label
?:
string
;
supports
?:
{
media
?:
boolean
}
}
;
name
:
string
;
}
Type Parameters
CustomOptions
extends
ZodTypeAny
Index
Properties
config
Schema?
info?
name
Properties
Optional
config
Schema
configSchema
?:
CustomOptions
Optional
info
info
?:
{
label
?:
string
;
supports
?:
{
media
?:
boolean
}
}
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
Schema
info
name
Genkit JS API reference
Loading...
A retriver reference object.