mirror of https://github.com/usememos/memos.git
feat: enhance tag recommendation prompt with existing tag reuse
- Add guideline to prefer reusing similar or synonymous existing tags - Improve tag consistency and reduce tag duplication Signed-off-by: ChaoLiu <chaoliu719@gmail.com>
This commit is contained in:
parent
d45fc838de
commit
b711e801af
|
|
@ -21,6 +21,7 @@ Guidelines:
|
|||
- Focus on the main topics, concepts, and keywords in the content
|
||||
- If the note mentions specific people, places, projects, or tools, consider including them as tags
|
||||
- Keep tags concise and practical for search and organization
|
||||
- When existing tags are provided, prefer to reuse similar or synonymous tags
|
||||
|
||||
Output format: Provide your suggestions as a list in this format:
|
||||
[tag1](reason for this tag) [tag2](reason for this tag) [tag3](reason for this tag)
|
||||
|
|
|
|||
Loading…
Reference in New Issue