Files
open-webui-ai4me/backend/open_webui
Abdul Moiz 8a6af40d9f fix: correct conflicting output format instruction in follow-up generation prompt (#22212)
The Guidelines section instructed LLMs to return "a JSON array of strings"
while the Output section showed a JSON object with a "follow_ups" key.
This mismatch caused some models to return a top-level array, which the
frontend parser cannot handle (it looks for `{ }` delimiters and the
`follow_ups` key). Updated the guideline to consistently request a JSON
object matching the expected format.

Fixes #22187
2026-03-06 14:25:42 -06:00
..
2026-02-28 17:08:41 -06:00
2026-03-01 14:06:26 -06:00
2025-08-10 00:02:58 +04:00
2026-02-11 16:24:11 -06:00
2026-02-21 14:19:28 -06:00
2025-04-15 09:55:35 +02:00
2026-03-04 17:09:02 -06:00
2026-02-11 16:24:11 -06:00
2026-02-28 21:28:59 -06:00
2026-02-12 15:29:34 -06:00