Skip to content

Commit 66c651f

Browse files
fix: using custom description provided within the llms:generate hook (#16)
Co-authored-by: Sébastien Chopin <[email protected]>
1 parent 897458b commit 66c651f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/server/routes/llms.txt.get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default eventHandler(async (event) => {
1717
]
1818

1919
if (llms.description) {
20-
document.push(`> ${options.description}`)
20+
document.push(`> ${llms.description}`)
2121
}
2222

2323
for (const section of llms.sections) {

0 commit comments

Comments
 (0)