You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: flush buffered content for short answers + reduce buffer to 30 c…
…hars
- Short answers (<200 chars) were never flushed — whole response as 1 token
- Now flush buffered_content at stream end when no tool calls detected
- Reduce BUFFER_THRESHOLD 200→30: models decide tool calls in first few tokens
- Verified: 3-85 tokens with <0.2s gaps = real streaming
fix: route /s/{slug} to kb-chat.html for scenario page navigation
StaticFiles html=True only falls back to index.html, but scenario
pages need kb-chat.html which contains the scenario-specific JS
(kb-chat.js) that extracts the slug from /s/{slug} path.