mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
add comment
This commit is contained in:
parent
f4cea0b985
commit
968cf11819
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue