[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-19 15:11:56 +00:00
commit 10f6db4f3e

View file

@ -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")