Zamok Kiosk API
    Preparing search index...
    actions: {
        setInstanceTokenStatus: PayloadAC<
            "AI_GEMINI/SET_INSTANCE_TOKEN_STATUS",
            { isLimitReached: boolean; limit: number; totalUsed: number },
        >;
    } = ...

    Collection of all shared actions These actions are available in both browser and dashboard shells

    Type Declaration

    • setInstanceTokenStatus: PayloadAC<
          "AI_GEMINI/SET_INSTANCE_TOKEN_STATUS",
          { isLimitReached: boolean; limit: number; totalUsed: number },
      >

      Action to set instance token status including total used, limit, and limit reached flag This action updates the token usage information for the current instance