From ad58895b25ac9337cdfdf4c88cb7f0d4adff6c61 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Wed, 29 Apr 2026 20:30:43 +0800 Subject: [PATCH] fix(web): template of dataset evaluation template --- .../evaluation/components/pipeline/pipeline-batch-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/evaluation/components/pipeline/pipeline-batch-actions.tsx b/web/app/components/evaluation/components/pipeline/pipeline-batch-actions.tsx index 123c654f8e..0051491d80 100644 --- a/web/app/components/evaluation/components/pipeline/pipeline-batch-actions.tsx +++ b/web/app/components/evaluation/components/pipeline/pipeline-batch-actions.tsx @@ -11,7 +11,7 @@ import { useInputFieldsActions } from '../batch-test-panel/input-fields/use-inpu const PIPELINE_INPUT_FIELDS: InputField[] = [ { name: 'query', type: 'string' }, - { name: 'Expect Results', type: 'string' }, + { name: 'expect_results', type: 'string' }, ] const PipelineBatchActions = ({