After enabling the next-step question suggestion feature, no suggested questions have appeared on the front-end. #24507
Replies: 1 comment
-
The suggested-questions API will return an empty list if there isn't enough relevant conversation history, if the model fails to generate suggestions, or if the model instance isn't compatible or authorized for your tenant. Common causes include not publishing changes or restarting the conversation after enabling the feature, using a model that doesn't support suggestion generation (for example, some models only work in non-streaming mode), or having too little conversation context for the model to work with. Misconfiguration or disabling the feature would result in an error, not an empty list. Make sure your changes are published, your model is compatible, and your conversation has enough answered messages for context. For more details, see this implementation reference and this related issue. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
I checked the suggested-questions API on the front-end, and it's returning an empty value. Why is this?

Beta Was this translation helpful? Give feedback.
All reactions