From a04b99c6c38062165ffa8bf56f91b74437a637dc Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 4 Aug 2026 13:00:09 +0800 Subject: [PATCH] fix(init): register env.sync_llm_product so llmage publish hook can call it --- product_management/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product_management/__init__.py b/product_management/__init__.py index 7fcb8aa..9aa9403 100644 --- a/product_management/__init__.py +++ b/product_management/__init__.py @@ -142,6 +142,7 @@ def load_product_management(): env.execute_product_stream = execute_product_stream env.calculate_product_cost = calculate_product_cost env.llm_id_to_product_id = llm_id_to_product_id + env.sync_llm_product = sync_llm_product # Product accounting env.product_accounting = product_accounting env.backend_accounting = backend_accounting