From cce50bef5091ba954215561347fd523913cc5ff4 Mon Sep 17 00:00:00 2001 From: Erik Peterson Date: Fri, 9 Jun 2023 11:02:52 -0700 Subject: [PATCH] Fix issues with information retrieval challenge a (#4622) Co-authored-by: merwanehamadi --- tests/integration/agent_factory.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/agent_factory.py b/tests/integration/agent_factory.py index 8f7128e2..bad835dc 100644 --- a/tests/integration/agent_factory.py +++ b/tests/integration/agent_factory.py @@ -146,9 +146,9 @@ def information_retrieval_agents( command_registry = get_command_registry(agent_test_config) ai_goals = [ - "Write to a file called output.txt tesla's revenue in 2022 after searching for 'tesla revenue 2022'.", - "Write to a file called output.txt tesla's revenue in 2022.", - "Write to a file called output.txt tesla's revenue every year since its creation.", + "Write to a file called output.txt containing tesla's revenue in 2022 after searching for 'tesla revenue 2022'.", + "Write to a file called output.txt containing tesla's revenue in 2022.", + "Write to a file called output.txt containing tesla's revenue every year since its creation.", ] for ai_goal in ai_goals: ai_config = AIConfig(