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 = ({