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