Genkit JS API reference
    Preparing search index...

    Type Alias BackgroundModelAction<CustomOptionsSchema>

    BackgroundModelAction: BackgroundAction<
        typeof GenerateRequestSchema,
        typeof GenerateResponseSchema,
    > & { __configSchema: CustomOptionsSchema }

    An action that represents a generative AI model that runs in the background (asynchronously).

    Type Parameters