mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2026-02-04 22:06:23 -06:00
fix typos
This commit is contained in:
@@ -241,7 +241,7 @@ def test_langchain_tool_success(agent_runner: TestRunner):
|
|||||||
def test_crewai_tool_success(agent_runner: TestRunner):
|
def test_crewai_tool_success(agent_runner: TestRunner):
|
||||||
_call_function_and_assert(
|
_call_function_and_assert(
|
||||||
agent_runner,
|
agent_runner,
|
||||||
"direcotry_read_tool",
|
"directory_read_tool",
|
||||||
"Find all the file paths",
|
"Find all the file paths",
|
||||||
"file",
|
"file",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user