Genkit JS API reference
Preparing search index...
genkit
/
ToolAction
Type Alias ToolAction<I, O>
ToolAction
:
Action
<
I
,
O
,
z
.
ZodTypeAny
,
ToolRunOptions
>
&
Resumable
<
I
,
O
>
&
{
__action
:
{
metadata
:
{
type
:
"tool"
}
}
;
}
An action with a
tool
type.
Type Parameters
I
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
O
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...
An action with a
tooltype.