mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +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.")
|
self.io.tool_output(f"Set thinking token budget to {budget:,} tokens.")
|
||||||
|
|
||||||
def cmd_reasoning_effort(self, args):
|
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():
|
if not args.strip():
|
||||||
self.io.tool_error(
|
self.io.tool_error(
|
||||||
"Please specify a reasoning effort value (a number or low/medium/high)."
|
"Please specify a reasoning effort value (a number or low/medium/high)."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue