From 968cf118190d15528140d00a8573eb89b2cfe0a3 Mon Sep 17 00:00:00 2001 From: garylin2099 Date: Tue, 20 Aug 2024 11:25:18 +0800 Subject: [PATCH] add comment --- metagpt/roles/di/role_zero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/roles/di/role_zero.py b/metagpt/roles/di/role_zero.py index 4810ddb3a..52feddb56 100644 --- a/metagpt/roles/di/role_zero.py +++ b/metagpt/roles/di/role_zero.py @@ -298,7 +298,7 @@ class RoleZero(Role): system_msgs=[QUICK_RESPONSE_SYSTEM_PROMPT.format(role_info=self._get_prefix())], ) if "command_name" in answer: - # an actual TASK intent misclassified as QUICK, correct it here + # an actual TASK intent misclassified as QUICK, correct it here, FIXME: a better way is to classify it correctly in the first place answer = "" intent_result = "TASK" elif "SEARCH" in intent_result: