Skip to content

Commit

Permalink
put content in message
Browse files Browse the repository at this point in the history
  • Loading branch information
vswamidass-sfdc committed Sep 10, 2024
1 parent aad86ef commit ccf1a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/generate_message_response_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def perform(_message_id)
prompt = replace_tag_with_random(prompt, '{{DATA_TAG}}')

llm_message.prompt = prompt
llm_message.content = assistant.name = ' is thinking...'
llm_message.chat_id = message.chat_id
llm_message.user_id = message.user_id
llm_message.from = :assistant
Expand Down

0 comments on commit ccf1a30

Please sign in to comment.