From 6c26f92ff1db4203e20aad3e5e475b61a487a8d5 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 4 Mar 2026 14:30:38 +0800 Subject: [PATCH] add notes --- lang_agent/front_api/build_server_utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang_agent/front_api/build_server_utils.py b/lang_agent/front_api/build_server_utils.py index 5ca7e4b..8c58753 100644 --- a/lang_agent/front_api/build_server_utils.py +++ b/lang_agent/front_api/build_server_utils.py @@ -28,9 +28,9 @@ def _build_and_load_pipeline_config(pipeline_id: str, return load_tyro_conf(save_config_f) -def update_pipeline_registry(pipeline_id:str, - prompt_set:str, - graph_id: str, +def update_pipeline_registry(pipeline_id:str, # the agent name -- xiaozhan, blueberry + prompt_set:str, # the version of the prompt for xiaozhan/blueberry + graph_id: str, # what type of graph is this pipeline. config_file: str, llm_name: str, enabled: bool = True,