-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Size limit for Read_File #12432
Copy link
Copy link
Open
Labels
area:toolsRelates to tool usageRelates to tool usageide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Metadata
Metadata
Assignees
Labels
area:toolsRelates to tool usageRelates to tool usageide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Todo
Before submitting your bug report
Relevant environment info
Description
I am using Continue as an extension in VS Code to use a local LLM running in LM Studio 0.4.17.
In Plan mode to scaffold the python scripts.
When attempting to read large files:
read_file failed: File is too large (33450 tokens vs 16384 token limit)
The files I need to use to develop my scripts are not easily fractioned, so the hard 16k limit is a problem.
To reproduce
No response
Log output