discourse-ai/spec/requests
Sam 14443bf890
FIX: more robust summary implementation (#750)
When navigating between topic we were not correctly resetting
internal state for summarization. This leads to a situation where
incorrect summaries can be displayed to users and wrong summaries
can be displayed.

Additionally our controller for grabbing summaries was always
streaming results via message bus, which could be delayed when
sidekiq is overloaded. We now will return the cached summary
right away if it is available direct from REST endpoint.
2024-08-13 08:47:47 -03:00
..
admin FIX: Correctly save provider-specific params for new models. (#744) 2024-08-07 16:08:56 -03:00
ai_bot DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
ai_helper DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
summarization FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00
topic_spec.rb FIX: Load categories for related topics (#570) 2024-04-15 09:31:07 +10:00