Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
plugin
PluginProvider
Interface PluginProvider
interface
PluginProvider
{
initializer
:
()
=>
void
|
Promise
<
void
>
;
listActions
?:
()
=>
Promise
<
ActionMetadata
<
z
.
ZodTypeAny
,
z
.
ZodTypeAny
,
z
.
ZodTypeAny
>
[]
,
>
;
name
:
string
;
resolver
?:
(
action
:
ActionType
,
target
:
string
)
=>
Promise
<
void
>
;
}
Index
Properties
initializer
list
Actions?
name
resolver?
Properties
initializer
initializer
:
()
=>
void
|
Promise
<
void
>
Optional
list
Actions
listActions
?:
()
=>
Promise
<
ActionMetadata
<
z
.
ZodTypeAny
,
z
.
ZodTypeAny
,
z
.
ZodTypeAny
>
[]
,
>
name
name
:
string
Optional
resolver
resolver
?:
(
action
:
ActionType
,
target
:
string
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
initializer
list
Actions
name
resolver
Genkit JS API reference
Loading...