Genkit JS API reference
    Preparing search index...

    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