From 2609ff993db23c67fc77ec7022d7182353e7d200 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 10 Aug 2024 17:23:04 -0400 Subject: [PATCH] limited_effort should not be treated as correct. modified: app.py modified: research/guarded_ai.py --- app.py | 1 + research/guarded_ai.py | 1 + 2 files changed, 2 insertions(+) diff --git a/app.py b/app.py index a104a02..773ba6c 100644 --- a/app.py +++ b/app.py @@ -2281,6 +2281,7 @@ def handle_activity_response(room_name, user_response, username): category not in [ "partial_understanding", + "limited_effort", "asking_clarifying_questions", "set_language", "off_topic", diff --git a/research/guarded_ai.py b/research/guarded_ai.py index 4595bfb..b764210 100644 --- a/research/guarded_ai.py +++ b/research/guarded_ai.py @@ -272,6 +272,7 @@ def simulate_activity(yaml_file_path): if category not in [ "partial_understanding", + "limited_effort", "asking_clarifying_questions", "set_language", "off_topic",