mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Fix benchmark ci (#5478)
Fix benchmark CI Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
@@ -12,14 +12,14 @@ import time
|
||||
"eval_id, input_text, expected_artifact_length, test_name, should_be_successful",
|
||||
[
|
||||
(
|
||||
"f219f3d3-a41b-45a9-a3d0-389832086ee8",
|
||||
"021c695a-6cc4-46c2-b93a-f3a9b0f4d123",
|
||||
"Write the word 'Washington' to a .txt file",
|
||||
0,
|
||||
"WriteFile",
|
||||
True,
|
||||
),
|
||||
(
|
||||
"021c695a-6cc4-46c2-b93a-f3a9b0f4d123",
|
||||
"f219f3d3-a41b-45a9-a3d0-389832086ee8",
|
||||
"Read the file called file_to_read.txt and write its content to a file called output.txt",
|
||||
1,
|
||||
"ReadFile",
|
||||
|
||||
Reference in New Issue
Block a user