discourse-ai/app/jobs/regular
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
..
create_ai_chat_reply.rb FEATURE: Add support for contextualizing a DM to a bot (#627) 2024-05-21 17:17:02 +10:00
create_ai_reply.rb FEATURE: mentionable personas and random picker tool, context limits (#466) 2024-02-15 16:37:59 +11:00
digest_rag_upload.rb FIX: RAG uploader must support multi-file indexing. (#592) 2024-04-25 10:48:55 -03:00
evaluate_post_uploads.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
generate_chat_thread_title.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
generate_embeddings.rb DEV: Update rubocop-discourse to version 3.8.0 (#641) 2024-05-28 11:15:42 +02:00
generate_rag_embeddings.rb FEATURE: allow tuning of RAG generation (#565) 2024-04-12 10:32:46 -03:00
post_sentiment_analysis.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
shared_conversation_adjust_upload_security.rb FIX: Secure/unsecure uploads when sharing AI conversations (#554) 2024-04-11 10:00:41 +10:00
stream_post_helper.rb FEATURE: Stream other post helper options (#745) 2024-08-08 11:32:39 -07:00
stream_topic_ai_summary.rb FEATURE: smooth streaming animation for summarization (#778) 2024-08-29 15:07:07 -07:00
toxicity_classify_chat_message.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
toxicity_classify_post.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00