diff --git a/src/smolagents/agents.py b/src/smolagents/agents.py index f9fb748..1844e4f 100644 --- a/src/smolagents/agents.py +++ b/src/smolagents/agents.py @@ -607,7 +607,7 @@ You have been provided with these additional arguments, that you can access usin def __call__(self, task: str, **kwargs): """ - This methd is called only by a manager agent. + This method is called only by a manager agent. Adds additional prompting for the managed agent, runs it, and wraps the output. """ full_task = populate_template( diff --git a/utils/check_tests_in_ci.py b/utils/check_tests_in_ci.py index 65ebca7..b320e23 100644 --- a/utils/check_tests_in_ci.py +++ b/utils/check_tests_in_ci.py @@ -30,7 +30,7 @@ def check_tests_in_ci(): tests, hence this check. NOTE: current implementation is quite naive but should work for now. Must be updated if one want to ignore some - tests or if file naming is updated (currently only files starting by `test_*` are cheked) + tests or if file naming is updated (currently only files starting by `test_*` are checked) """ test_files = [ path.relative_to(TESTS_FOLDER).as_posix()