From c13f8856a1e3a377b1fea0c20434a8e3b93c8b5c Mon Sep 17 00:00:00 2001 From: Ricardo-M-L <69202550+Ricardo-M-L@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:06:01 +0800 Subject: [PATCH] fix: correct typos in agent component filename and templates (#13930) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Rename misspelled file `varaiable_aggregator.py` → `variable_aggregator.py` - Fix `unkown` → `unknown` in template and frontend constant (3 instances) - Fix `Finale` → `Final` in customer feedback template (2 instances) ## Test plan - [ ] Verify variable aggregator component loads correctly - [ ] Verify agent templates render properly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: yuj Co-authored-by: Claude Opus 4.6 (1M context) Co-authored-by: Jin Hai --- .../{varaiable_aggregator.py => variable_aggregator.py} | 0 agent/templates/customer_feedback_dispatcher.json | 4 ++-- agent/templates/cv_analysis_and_candidate_evaluation.json | 4 ++-- web/src/pages/agent/constant/index.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename agent/component/{varaiable_aggregator.py => variable_aggregator.py} (100%) diff --git a/agent/component/varaiable_aggregator.py b/agent/component/variable_aggregator.py similarity index 100% rename from agent/component/varaiable_aggregator.py rename to agent/component/variable_aggregator.py diff --git a/agent/templates/customer_feedback_dispatcher.json b/agent/templates/customer_feedback_dispatcher.json index 3830e1bed..b31e7888e 100644 --- a/agent/templates/customer_feedback_dispatcher.json +++ b/agent/templates/customer_feedback_dispatcher.json @@ -107,7 +107,7 @@ "component_name": "Message", "params": { "content": [ - "Customer's original review: {begin@customer_review}\n\nFinale review category is: \n{VariableAggregator:FlatBerriesRest@ReviewCategory}" + "Customer's original review: {begin@customer_review}\n\nFinal review category is: \n{VariableAggregator:FlatBerriesRest@ReviewCategory}" ] } }, @@ -590,7 +590,7 @@ "data": { "form": { "content": [ - "Customer's original review: {begin@customer_review}\n\nFinale review category is: \n{VariableAggregator:FlatBerriesRest@ReviewCategory}" + "Customer's original review: {begin@customer_review}\n\nFinal review category is: \n{VariableAggregator:FlatBerriesRest@ReviewCategory}" ] }, "label": "Message", diff --git a/agent/templates/cv_analysis_and_candidate_evaluation.json b/agent/templates/cv_analysis_and_candidate_evaluation.json index 5549f3226..9b5de6534 100644 --- a/agent/templates/cv_analysis_and_candidate_evaluation.json +++ b/agent/templates/cv_analysis_and_candidate_evaluation.json @@ -94,7 +94,7 @@ "type": "integer" }, "item": { - "type": "unkown" + "type": "unknown" } } } @@ -252,7 +252,7 @@ "type": "integer" }, "item": { - "type": "unkown" + "type": "unknown" } } }, diff --git a/web/src/pages/agent/constant/index.tsx b/web/src/pages/agent/constant/index.tsx index 628a5870e..490c1c42c 100644 --- a/web/src/pages/agent/constant/index.tsx +++ b/web/src/pages/agent/constant/index.tsx @@ -416,7 +416,7 @@ export const initialIterationValues = { export const initialIterationStartValues = { outputs: { item: { - type: 'unkown', + type: 'unknown', }, index: { type: 'integer',