llm name fix

This commit is contained in:
2026-03-18 20:44:28 +08:00
parent bdd4ddec9e
commit 737a80aa39

View File

@@ -77,6 +77,8 @@ def build_route(
cmd_opt = [ cmd_opt = [
"--pipeline.pipeline-id", "--pipeline.pipeline-id",
pipeline_id, pipeline_id,
"--pipeline.llm-name",
llm_name,
"route", # ------------ "route", # ------------
"--llm-name", "--llm-name",
llm_name, llm_name,
@@ -125,6 +127,8 @@ def build_react(
cmd_opt = [ cmd_opt = [
"--pipeline.pipeline-id", "--pipeline.pipeline-id",
pipeline_id, pipeline_id,
"--pipeline.llm-name",
llm_name,
"react", # ------------ "react", # ------------
"--llm-name", "--llm-name",
llm_name, llm_name,
@@ -171,6 +175,8 @@ def build_deep_agent(
cmd_opt = [ cmd_opt = [
"--pipeline.pipeline-id", "--pipeline.pipeline-id",
pipeline_id, pipeline_id,
"--pipeline.llm-name",
llm_name,
"deepagent", "deepagent",
"--llm-name", "--llm-name",
llm_name, llm_name,