FIX: No need for XML in gists responses anymore (#1420)

This commit is contained in:
Rafael dos Santos Silva 2025-06-10 14:21:31 -03:00 committed by GitHub
parent cb94fa5e1c
commit b54db133cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,9 +89,7 @@ module DiscourseAi
context << "Your task is to capture the meaning of the initial statement."
end
[{ type: :user, content: <<~TEXT.strip }]
#{context} Return the 40-word summary inside <ai></ai> tags.
TEXT
[{ type: :user, content: context }]
end
end
end