Genkit JS API reference
    Preparing search index...

    Type Alias MultipartToolAction<I, O>

    MultipartToolAction: Action<
        I,
        typeof MultipartToolResponseSchema,
        z.ZodTypeAny,
        ToolRunOptions,
    > & Resumable<I, O> & { __action: { metadata: { type: "tool.v2" } } }

    An action with a tool.v2 type.

    Type Parameters