Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
7
research/chatwoot/app/models/concerns/llm_formattable.rb
Normal file
7
research/chatwoot/app/models/concerns/llm_formattable.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module LlmFormattable
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
def to_llm_text(config = {})
|
||||
LlmFormatter::LlmTextFormatterService.new(self).format(config)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user