diff --git a/oocana/oocana/context.py b/oocana/oocana/context.py index ff07bb0..0784dcc 100644 --- a/oocana/oocana/context.py +++ b/oocana/oocana/context.py @@ -304,6 +304,14 @@ def node_id(self) -> str: return self.__block_info.stacks[-1].get("node_id", "unknown") else: return "none" + + @property + def oomol_fusion_api_url(self) -> str: + """ + Get the OOMOL Fusion API URL from the context. + :return: The OOMOL Fusion API URL. + """ + return os.getenv("OOMOL_FUSION_API_URL", "") @property def oomol_llm_env(self) -> OOMOL_LLM_ENV: