mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Add comment for tokenizing command output in Commands class
This commit is contained in:
parent
01ef2351b3
commit
884b52b710
1 changed files with 1 additions and 0 deletions
|
@ -918,6 +918,7 @@ class Commands:
|
|||
if combined_output is None:
|
||||
return
|
||||
|
||||
# tokenize the output, and ask "Add xx k-tokens of command output to the chat?" # ai!
|
||||
if add_on_nonzero_exit:
|
||||
add = exit_status != 0
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue