limited_effort should not be treated as correct.
modified: app.py modified: research/guarded_ai.py
This commit is contained in:
parent
f5df195e9b
commit
2609ff993d
2 changed files with 2 additions and 0 deletions
1
app.py
1
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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue