Skip to content

Commit 929a68f

Browse files
committed
fix grok-code-fast to be able to read parts of a file
1 parent 0c76d29 commit 929a68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/single-file-read-models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
* @param modelId The model ID to check
1010
* @returns true if the model should use single file reads
1111
*/
12-
export function shouldUseSingleFileRead(modelId: string): boolean {
12+
export function shouldUseSingleFileRead(_modelId: string): boolean {
1313
return false
1414
}

0 commit comments

Comments
 (0)