mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
style: Run linter
This commit is contained in:
parent
74f615bbb4
commit
c24e947b18
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def send_completion(
|
|||
function = functions[0]
|
||||
kwargs["tools"] = [dict(type="function", function=function)]
|
||||
kwargs["tool_choice"] = {"type": "function", "function": {"name": function["name"]}}
|
||||
|
||||
|
||||
if extra_params is not None:
|
||||
kwargs.update(extra_params)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue