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 0c76d29 commit 929a68fCopy full SHA for 929a68f
packages/types/src/single-file-read-models.ts
@@ -9,6 +9,6 @@
9
* @param modelId The model ID to check
10
* @returns true if the model should use single file reads
11
*/
12
-export function shouldUseSingleFileRead(modelId: string): boolean {
+export function shouldUseSingleFileRead(_modelId: string): boolean {
13
return false
14
}
0 commit comments