Skip to content

Commit

Permalink
chore: fix some typos (#557)
Browse files Browse the repository at this point in the history
Signed-off-by: zoupingshi <[email protected]>
  • Loading branch information
zoupingshi authored Feb 9, 2025
1 parent 01c5106 commit d74837b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/smolagents/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def replay(self, detailed: bool = False):

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(
Expand Down
2 changes: 1 addition & 1 deletion utils/check_tests_in_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d74837b

Please sign in to comment.