From d0cef7619ef7e5da25d6c4bf07a6711364a61edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Thu, 4 Jul 2024 16:35:51 -0300 Subject: [PATCH] Update tests/agent_test.py Co-authored-by: Gui Vieira --- tests/agent_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/agent_test.py b/tests/agent_test.py index b8448063f..42560457a 100644 --- a/tests/agent_test.py +++ b/tests/agent_test.py @@ -743,7 +743,7 @@ def test_tool_result_as_answer_is_the_final_answer_for_the_agent(): essay = Task( description="Write and then review an small paragraph on AI until it's AMAZING. But first use the `Get Greetings` tool to get a greeting.", - expected_output="The final paragraph withthe full review on AI and no greeting.", + expected_output="The final paragraph with the full review on AI and no greeting.", agent=agent1, ) tasks = [essay]