mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
fix bug
This commit is contained in:
parent
112593119a
commit
24ac4996c0
@ -248,7 +248,7 @@ class MessageService:
|
|||||||
|
|
||||||
suggested_questions_after_answer = app_model_config.suggested_questions_after_answer_dict
|
suggested_questions_after_answer = app_model_config.suggested_questions_after_answer_dict
|
||||||
|
|
||||||
if check_enabled and suggested_questions_after_answer.get("enabled", False) is False:
|
if suggested_questions_after_answer.get("enabled", False) is False:
|
||||||
raise SuggestedQuestionsAfterAnswerDisabledError()
|
raise SuggestedQuestionsAfterAnswerDisabledError()
|
||||||
|
|
||||||
# get memory of conversation (read-only)
|
# get memory of conversation (read-only)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user