From 10f6db4f3e1eae82581bfefe994fee76b5a78fdb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:11:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/routes/inference.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/studio/backend/routes/inference.py b/studio/backend/routes/inference.py index 952d2cfbbf..6daec5ebd5 100644 --- a/studio/backend/routes/inference.py +++ b/studio/backend/routes/inference.py @@ -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")