discourse-ai/lib/ai_bot
Sam 825f01cfb2
FEATURE: even smoother streaming (#420)
Account properly for function calls, don't stream through <details> blocks
- Rush cooked content back to client
- Wait longer (up to 60 seconds) before giving up on streaming
- Clean up message bus channels so we don't have leftover data
- Make ai streamer much more reusable and much easier to read
- If buffer grows quickly, rush update so you are not artificially waiting
- Refine prompt interface
- Fix lost system message when prompt gets long
2024-01-15 18:51:14 +11:00
..
personas REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00
tools FEATURE: even smoother streaming (#420) 2024-01-15 18:51:14 +11:00
bot.rb REFACTOR: Represent generic prompts with an Object. (#416) 2024-01-12 14:36:44 -03:00
entry_point.rb FEATURE: smooth streaming of AI responses on the client (#413) 2024-01-11 15:56:40 +11:00
playground.rb FEATURE: even smoother streaming (#420) 2024-01-15 18:51:14 +11:00
site_settings_extension.rb FEATURE: smooth streaming of AI responses on the client (#413) 2024-01-11 15:56:40 +11:00