style: Format code with linter and improve whitespace

This commit is contained in:
Paul Gauthier (aider) 2025-03-11 12:12:20 -07:00
parent 1fa3bc4018
commit 89174bb524

View file

@ -1422,7 +1422,9 @@ class Commands:
self.io.tool_output("Thinking tokens are not currently set.")
else:
budget = model.extra_params["thinking"].get("budget_tokens")
self.io.tool_output(f"Current thinking token budget: {budget:,} tokens ({formatted_budget}).")
self.io.tool_output(
f"Current thinking token budget: {budget:,} tokens ({formatted_budget})."
)
return
value = args.strip()