[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9ddd563fd2
commit
10f6db4f3e
1 changed files with 4 additions and 1 deletions
|
|
@ -2437,7 +2437,10 @@ _TOOL_ARTIFACT_TIP = (
|
|||
|
||||
|
||||
def _build_tool_action_nudge(
|
||||
*, tools: list[dict], model_name: str, disable_sandbox: bool = False
|
||||
*,
|
||||
tools: list[dict],
|
||||
model_name: str,
|
||||
disable_sandbox: bool = False,
|
||||
) -> str:
|
||||
tool_names = {
|
||||
(tool.get("function") or {}).get("name")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue