Fix issues with information retrieval challenge a (#4622)

Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
pull/4628/head
Erik Peterson 2023-06-09 11:02:52 -07:00 committed by GitHub
parent 8215039785
commit cce50bef50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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