Class: Events::AssistantMessageCompleted
- Inherits:
-
ApplicationEvent
- Object
- RailsEventStore::Event
- ApplicationEvent
- Events::AssistantMessageCompleted
- Defined in:
- app/events/events.rb
Overview
Published by AssistantMessage after_commit when an assistant-role message
receives its final content (content changed from blank to populated).
Used to post-process LLM output, e.g. linkifying CRM reference numbers.
data: { assistant_message_id:, assistant_conversation_id: }