Update conversation_logic.py
Browse files- conversation_logic.py +1 -1
conversation_logic.py
CHANGED
|
@@ -417,7 +417,7 @@ class ConversationEngine:
|
|
| 417 |
|
| 418 |
reply = format_reply(reply, tone, verbosity, transparency, resolved_help_mode)
|
| 419 |
|
| 420 |
-
result.reply =
|
| 421 |
result.help_mode = resolved_help_mode
|
| 422 |
result.meta = {
|
| 423 |
"intent": resolved_intent,
|
|
|
|
| 417 |
|
| 418 |
reply = format_reply(reply, tone, verbosity, transparency, resolved_help_mode)
|
| 419 |
|
| 420 |
+
result.reply = reply
|
| 421 |
result.help_mode = resolved_help_mode
|
| 422 |
result.meta = {
|
| 423 |
"intent": resolved_intent,
|