3b990b1b86
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.