fix typos

This commit is contained in:
trandangtrungduc 2025-04-17 17:51:07 +07:00
parent 290058eb05
commit d057f2d825
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ def test_langchain_tool_success(agent_runner: TestRunner):
def test_crewai_tool_success(agent_runner: TestRunner):
_call_function_and_assert(
agent_runner,
"direcotry_read_tool",
"directory_read_tool",
"Find all the file paths",
"file",
)