From 468116410d83c93c7812b45c5b95a70c5bac3f79 Mon Sep 17 00:00:00 2001 From: oliveredget <188809800+oliveredget@users.noreply.github.com> Date: Sat, 4 Jan 2025 14:21:04 +0800 Subject: [PATCH] Fix typo in src/smolagents/tools.py --- src/smolagents/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smolagents/tools.py b/src/smolagents/tools.py index 010ea11..c3063b8 100644 --- a/src/smolagents/tools.py +++ b/src/smolagents/tools.py @@ -594,7 +594,7 @@ class Tool: if api_name is None: api_name = list(space_description.keys())[0] logger.warning( - f"Since `api_name` was not defined, it was automatically set to the first avilable API: `{api_name}`." + f"Since `api_name` was not defined, it was automatically set to the first available API: `{api_name}`." ) self.api_name = api_name