From a2d345fe3d699af4a4795520bcc7740a2d452c64 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 20 Jun 2025 14:08:41 -0700 Subject: [PATCH] docs: Condense docstring for think_tokens command --- aider/commands.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/aider/commands.py b/aider/commands.py index 3b8e59cb8..e21f29d98 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -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():