mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Shorten docstring to fix line length flake8 error
This commit is contained in:
parent
5c94624186
commit
1773bbf759
1 changed files with 1 additions and 1 deletions
|
@ -1425,7 +1425,7 @@ class Commands:
|
|||
self.io.tool_output(f"Set thinking token budget to {budget:,} tokens.")
|
||||
|
||||
def cmd_reasoning_effort(self, args):
|
||||
"Set the reasoning effort level (valid values: number or low/medium/high depending on model)"
|
||||
"Set the reasoning effort level (values: number or low/medium/high depending on model)"
|
||||
if not args.strip():
|
||||
self.io.tool_error(
|
||||
"Please specify a reasoning effort value (a number or low/medium/high)."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue