Files
jon-snow/app
admin 3b990b1b86 fix: filter Open WebUI background task requests from intent classifier
Open WebUI sends 4-5 extra requests per chat: query augmentation (Query: ...),
title generation, tag generation, and follow-up question suggestions. These all
include the full chat history, so they match execute/task intents incorrectly.

Added early return to classify_intent for Open WebUI system prompt patterns.
2026-05-27 13:21:14 +00:00
..