We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxt
Learn more about funding links in repositories.
Report abuse
queryCollection
1 parent b091253 commit 2fe61e6Copy full SHA for 2fe61e6
src/features/llms/runtime/server/content-llms.plugin.ts
@@ -4,7 +4,7 @@ import { onLLMsGenerate, onLLMsGenerateFull } from 'nuxt-llms/runtime'
4
import type { ContentLLMSCollectionSection } from './utils'
5
import { createDocumentGenerator, prepareContentSections } from './utils'
6
// @ts-expect-error - typecheck does not detect defineNitroPlugin in imports
7
-import { defineNitroPlugin } from '#imports'
+import { defineNitroPlugin, queryCollection } from '#imports'
8
9
export default defineNitroPlugin(() => {
10
onLLMsGenerate(async (event, options) => {
0 commit comments