discourse-ai/lib/ai_bot
Sam a48acc894a
FEATURE: more accurate and faster titles (#791)
Previously we waited 1 minute before automatically titling PMs

The new change introduces adding a title immediately after the the
llm replies

Prompt was also modified to include the LLM reply in title suggestion.

This helps situation like:

user: tell me a joke
llm: a very funy joke about horses

Then the title would be "A Funny Horse Joke"

Specs already covered some auto title logic, amended to also
catch the new message bus message we have been sending.
2024-09-03 15:52:20 +10:00
..
personas FEATURE: custom user defined tools (#677) 2024-06-27 17:27:40 +10:00
tools FEATURE: improve site setting search (#780) 2024-08-29 16:05:38 +10:00
bot.rb FEATURE: more accurate and faster titles (#791) 2024-09-03 15:52:20 +10:00
entry_point.rb FEATURE: more accurate and faster titles (#791) 2024-09-03 15:52:20 +10:00
playground.rb FEATURE: more accurate and faster titles (#791) 2024-09-03 15:52:20 +10:00
question_consolidator.rb FEATURE: GPT4o support and better auditing (#618) 2024-05-14 13:28:46 +10:00
site_settings_extension.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
tool_runner.rb FEATURE: custom user defined tools (#677) 2024-06-27 17:27:40 +10:00