Skip to content

Commit 8186056

Browse files
committed
docs: update glossary instructions to include acronym formatting
1 parent 7e5e2ba commit 8186056

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/scripts/glossary.genai.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ script({
99
default: false,
1010
},
1111
},
12-
temperature: 0.1,
1312
});
1413

1514
// Find all markdown files under lessons, excluding translations
@@ -76,7 +75,9 @@ ${allContent}
7675
7776
5. Format each entry as: **Term**: Definition
7877
79-
6. It's OK to not output anything if no new terms are found. In that case, just return an empty string.
78+
6. When the term is an acronym, provide the full form in parentheses after the acronym. For example: **API (Application Programming Interface)**: A set of rules for building software applications. Always put the acronym first, followed by the full form in parentheses.
79+
80+
7. It's OK to not output anything if no new terms are found. In that case, just return an empty string.
8081
8182
${
8283
existingTerms.size > 0

0 commit comments

Comments
 (0)