chore: fix some typos (#557)

Signed-off-by: zoupingshi <hangfachang@outlook.com>
This commit is contained in:
zoupingshi 2025-02-10 00:40:42 +08:00 committed by GitHub
parent 01c510658d
commit d74837b10a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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()