docs: Condense docstring for think_tokens command

This commit is contained in:
Paul Gauthier 2025-06-20 14:08:41 -07:00 committed by Paul Gauthier (aider)
parent 1bdd4f0269
commit a2d345fe3d

View file

@ -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():