genkitx-azure-openai
    Preparing search index...

    Function allowAll

    • Creates a context provider that always allows requests (no authentication). Useful for public endpoints.

      Returns ContextProvider<ActionContext>

      const callable = onCallGenkit(
      { contextProvider: allowAll() },
      myPublicFlow
      );