We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ccfc2 commit 6a56fabCopy full SHA for 6a56fab
packages/core/src/services/copilot/latte/helpers.ts
@@ -198,6 +198,7 @@ export async function scanDocuments(
198
prompt: document.content,
199
fullPath: document.path,
200
referenceFn,
201
+ // @ts-expect-error – TODO: fix "Type instantiation is excessively deep and possibly infinite"
202
configSchema,
203
})
204
}),
0 commit comments