@voidwire/lore 1.8.4 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/indexers/personal.ts +8 -2
- package/package.json +1 -1
package/lib/indexers/personal.ts
CHANGED
|
@@ -38,10 +38,16 @@ Example: {"name":"Jade","relationship":"child"} → Jade is a child, a kid and o
|
|
|
38
38
|
Example: {"name":"Sansa","relationship":"cat"} → Sansa is a cat, a pet and feline companion in the household.
|
|
39
39
|
${ENRICH_SHARED}`,
|
|
40
40
|
book: `You are enriching a book entry for search indexing.
|
|
41
|
-
Generate
|
|
41
|
+
Generate a natural language description starting with the book's title and author.
|
|
42
|
+
Include genre, themes, and related topics naturally in the sentence.
|
|
43
|
+
Example: {"title":"The Odyssey","author":"Homer"} → The Odyssey by Homer is an epic poem exploring journey, homecoming, fate, and loyalty through Greek mythology.
|
|
44
|
+
Example: {"title":"Dune","author":"Frank Herbert"} → Dune by Frank Herbert is a sci-fi novel about power, ecology, religion, and survival on a desert planet.
|
|
42
45
|
${ENRICH_SHARED}`,
|
|
43
46
|
movie: `You are enriching a movie entry for search indexing.
|
|
44
|
-
Generate
|
|
47
|
+
Generate a natural language description starting with the movie's title.
|
|
48
|
+
Include genre, themes, and related topics naturally in the sentence.
|
|
49
|
+
Example: {"title":"The Matrix","year":1999} → The Matrix (1999) is a sci-fi action film exploring reality, free will, and technology through cyberpunk themes.
|
|
50
|
+
Example: {"title":"Pan's Labyrinth","year":2006} → Pan's Labyrinth (2006) is a dark fantasy drama about childhood, political oppression, and magical escape during the Spanish Civil War.
|
|
45
51
|
${ENRICH_SHARED}`,
|
|
46
52
|
interest: `You are enriching a personal interest entry for search indexing.
|
|
47
53
|
Generate: related activities, domains, synonyms, and common alternative phrasings.
|