genkitx-temporal
    Preparing search index...

    Function temporal

    • The Genkit plugin. Registers no models or embedders — it exists primarily to surface the integration in genkit({ plugins: [...] }) and to capture shared defaults for the worker / client helpers.

      Parameters

      Returns GenkitPlugin

      const ai = genkit({ plugins: [temporal({ taskQueue: 'my-queue' })] });