This commit is contained in:
themataleao 2024-04-25 19:58:38 +02:00 committed by GitHub
parent 2a4ccd0622
commit 83631b274a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"1. `NEVER`: human input is never requested.\n",
"2. `TERMINATE` (default): human input is only requested when a termination condition is\n",
" met. Note that in this mode if the human chooses to intercept and reply, the conversation continues\n",
" and the counter used by `max_consectuive_auto_reply` is reset.\n",
" and the counter used by `max_consecutive_auto_reply` is reset.\n",
"3. `ALWAYS`: human input is always requested and the human can choose to skip and trigger an auto-reply,\n",
" intercept and provide feedback, or terminate the conversation. Note that in this mode\n",
" termination based on `max_consecutive_auto_reply` is ignored.\n",