mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
refactor: Add comment for future tool output conversion
This commit is contained in:
parent
8ca81d0991
commit
ef84c4dfad
1 changed files with 1 additions and 0 deletions
|
@ -1240,6 +1240,7 @@ class Coder:
|
|||
f"\nInput tokens ({input_tokens:,}) exceeds model's"
|
||||
f" {max_input_tokens:,} token limit!"
|
||||
)
|
||||
# turn these into tool_output ai!
|
||||
self.io.tool_error("Try:")
|
||||
self.io.tool_error("- Use /drop to remove unneeded files from the chat")
|
||||
self.io.tool_error("- Use /clear to clear the chat history")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue