mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: Format code with linter
This commit is contained in:
parent
dc06c2fab3
commit
5c94624186
1 changed files with 3 additions and 1 deletions
|
@ -1427,7 +1427,9 @@ class Commands:
|
|||
def cmd_reasoning_effort(self, args):
|
||||
"Set the reasoning effort level (valid 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).")
|
||||
self.io.tool_error(
|
||||
"Please specify a reasoning effort value (a number or low/medium/high)."
|
||||
)
|
||||
return
|
||||
|
||||
value = args.strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue