From d95dbab2653aa305a76b4df9133cb7ff49b16097 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Sun, 28 Jul 2024 23:15:40 +0200 Subject: [PATCH] feat(frontend): increased max len text input inreased the max length of the text input in the human eval --- .../components/EvaluationTable/ABTestingEvaluationTable.tsx | 4 ++-- .../components/EvaluationTable/SingleModelEvaluationTable.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx b/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx index 1ea3f32709..f3fddce9d8 100644 --- a/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx +++ b/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx @@ -408,7 +408,7 @@ const ABTestingEvaluationTable: React.FC = ({ <> depouncedUpdateEvaluationScenario( { @@ -456,7 +456,7 @@ const ABTestingEvaluationTable: React.FC = ({ <> depouncedUpdateEvaluationScenario({note: e.target.value}, record.id) } diff --git a/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx b/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx index 2adee420ae..5b12442c58 100644 --- a/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx +++ b/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx @@ -451,7 +451,7 @@ const SingleModelEvaluationTable: React.FC = ({ <> depouncedUpdateEvaluationScenario( { @@ -506,7 +506,7 @@ const SingleModelEvaluationTable: React.FC = ({ <> depouncedUpdateEvaluationScenario({note: e.target.value}, record.id) }