mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-24 16:42:15 +00:00
FIX: Update topic summarization prompt to work better when using full names (#1409)
This commit is contained in:
parent
1fb358a9d0
commit
a68ab76eb6
@ -21,7 +21,7 @@ module DiscourseAi
|
|||||||
- Example: links to the 3rd and 6th posts by sam: sam ([#3]({resource_url}/3), [#6]({resource_url}/6))
|
- Example: links to the 3rd and 6th posts by sam: sam ([#3]({resource_url}/3), [#6]({resource_url}/6))
|
||||||
- Example: link to the 6th post by jane: [agreed with]({resource_url}/6)
|
- Example: link to the 6th post by jane: [agreed with]({resource_url}/6)
|
||||||
- Example: link to the 13th post by joe: [joe]({resource_url}/13)
|
- Example: link to the 13th post by joe: [joe]({resource_url}/13)
|
||||||
- When formatting usernames either use @USERNAME OR [USERNAME]({resource_url}/POST_NUMBER)
|
- When formatting usernames use [USERNAME]({resource_url}/POST_NUMBER)
|
||||||
|
|
||||||
Format your response as a JSON object with a single key named "summary", which has the summary as the value.
|
Format your response as a JSON object with a single key named "summary", which has the summary as the value.
|
||||||
Your output should be in the following format:
|
Your output should be in the following format:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user