No suggested question #14014

Closed
opened 2026-02-21 19:15:04 -05:00 by yindo · 2 comments
Owner

Originally created by @Baishun-code on GitHub (May 19, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.15.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image
There is no suggested question, even though i opened the function.
Image
Apart from that, the response of suggested-questions is null.
Image

✔️ Expected Behavior

There should be suggested questions.

Actual Behavior

There is no suggested questions.

Originally created by @Baishun-code on GitHub (May 19, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.15.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/cd5575ce-56c5-4b4e-99b4-f230b6e89356) There is no suggested question, even though i opened the function. ![Image](https://github.com/user-attachments/assets/ee4197f3-1776-4b8c-9788-afa8b9631f44) Apart from that, the response of suggested-questions is null. ![Image](https://github.com/user-attachments/assets/0b8cebdc-baa7-4230-aa69-2f88c4d92cfc) ### ✔️ Expected Behavior There should be suggested questions. ### ❌ Actual Behavior There is no suggested questions.
yindo added the 🐞 bugoutdated labels 2026-02-21 19:15:04 -05:00
yindo closed this issue 2026-02-21 19:15:04 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (May 19, 2025):

Hello @Baishun-code! I'm Dosu, a bot here to help you tackle bugs, answer questions, and guide you on your journey to becoming a contributor. While you wait for a human maintainer, feel free to let me know how I can assist you!

To resolve the issue of no suggested questions appearing in Dify v0.15.3, despite enabling the "Next Step Question Suggestions" feature, follow these steps:

  1. Verify Configuration: Ensure that the configuration setting "suggested_questions_after_answer": { "enabled": true } is correctly set in your configuration file. This is crucial for the feature to work [1].

  2. Publish or Restart Conversation: After making changes to the configuration, publish your changes and start a new conversation. The new settings will only apply to new conversations, not existing ones [2].

  3. Check System-Level Settings: If you are using Dify v1.1.0 or later, ensure that the suggested questions feature is enabled at the system level, as enabling it only in the application interface may not be sufficient [3].

  4. API Response: If the API response for suggested questions is null, double-check the configuration and ensure that the feature is not disabled, which could cause the API to return empty data [4].

By following these steps, you should be able to activate the "Next Step Question Suggestions" feature and see suggested questions in the chatbot interface.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (May 19, 2025): <!-- Greeting --> Hello @Baishun-code! I'm [Dosu](https://dosu.dev), a bot here to help you tackle bugs, answer questions, and guide you on your journey to becoming a contributor. While you wait for a human maintainer, feel free to let me know how I can assist you! <!-- Answer --> To resolve the issue of no suggested questions appearing in Dify v0.15.3, despite enabling the "Next Step Question Suggestions" feature, follow these steps: 1. **Verify Configuration**: Ensure that the configuration setting `"suggested_questions_after_answer": { "enabled": true }` is correctly set in your configuration file. This is crucial for the feature to work <sup>[[1]](https://github.com/crazywoola/dify-docs-mintlify/blob/main/api_access/completion.en.mdx)</sup>. 2. **Publish or Restart Conversation**: After making changes to the configuration, publish your changes and start a new conversation. The new settings will only apply to new conversations, not existing ones <sup>[[2]](https://github.com/langgenius/dify/issues/12383)</sup>. 3. **Check System-Level Settings**: If you are using Dify v1.1.0 or later, ensure that the suggested questions feature is enabled at the system level, as enabling it only in the application interface may not be sufficient <sup>[[3]](https://github.com/langgenius/dify/issues/12725)</sup>. 4. **API Response**: If the API response for suggested questions is null, double-check the configuration and ensure that the feature is not disabled, which could cause the API to return empty data <sup>[[4]](https://github.com/langgenius/dify/issues/17194)</sup>. By following these steps, you should be able to activate the "Next Step Question Suggestions" feature and see suggested questions in the chatbot interface. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/57dc10a0-7fdf-468c-882e-d723222e20c6?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/57dc10a0-7fdf-468c-882e-d723222e20c6?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/57dc10a0-7fdf-468c-882e-d723222e20c6?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/57dc10a0-7fdf-468c-882e-d723222e20c6?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/57dc10a0-7fdf-468c-882e-d723222e20c6?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/57dc10a0-7fdf-468c-882e-d723222e20c6?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/57dc10a0-7fdf-468c-882e-d723222e20c6?feedback_type=other)</sup>
Author
Owner

@Baishun-code commented on GitHub (May 19, 2025):

Hello, Can you help solve this problem, or at least put a link on how to handle this issue, thanks.

@Baishun-code commented on GitHub (May 19, 2025): Hello, Can you help solve this problem, or at least put a link on how to handle this issue, thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#14014