Genkit JS API reference
Preparing search index...
genkit
/
RerankerReference
Interface RerankerReference<CustomOptions>
A reference to a reranker, including its name, optional config schema, and info.
interface
RerankerReference
<
CustomOptions
extends
z
.
ZodTypeAny
>
{
configSchema
?:
CustomOptions
;
info
?:
{
label
?:
string
;
supports
?:
{
media
?:
boolean
}
}
;
name
:
string
;
}
Type Parameters
CustomOptions
extends
z
.
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 reference to a reranker, including its name, optional config schema, and info.