mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 06:25:00 +00:00
docs: Condense docstring for think_tokens command
This commit is contained in:
parent
1bdd4f0269
commit
a2d345fe3d
1 changed files with 1 additions and 4 deletions
|
@ -1541,10 +1541,7 @@ class Commands:
|
|||
return self.cmd_editor(args)
|
||||
|
||||
def cmd_think_tokens(self, args):
|
||||
"""Set the thinking token budget.
|
||||
|
||||
Supports formats like 8096, 8k, 10.5k, 0.5M, or 0 to disable.
|
||||
"""
|
||||
"""Set the thinking token budget, eg: 8096, 8k, 10.5k, 0.5M, or 0 to disable."""
|
||||
model = self.coder.main_model
|
||||
|
||||
if not args.strip():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue