Skip to content

Commit e02e685

Browse files
committed
ci test
1 parent 45ebad5 commit e02e685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/agent_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def writer_agent(agent_test_config, memory_none: NoMemory, workspace: Workspace)
8181
ai_role="an AI designed to use the write_to_file command to write 'Hello World' into a file named \"hello_world.txt\" and then use the task_complete command to complete the task.",
8282
ai_goals=[
8383
"Use the write_to_file command to write 'Hello World' into a file named \"hello_world.txt\".",
84-
"Use the task_complete command to complete the task!!.!!!!!!!!!",
84+
"Use the task_complete command to complete the task!!.!!!!!!!!!!",
8585
"Do not use any other commands.",
8686
],
8787
)
@@ -116,7 +116,7 @@ def memory_management_agent(agent_test_config, memory_json_file, workspace: Work
116116

117117
ai_config = AIConfig(
118118
ai_name="Follow-Instructions-GPT",
119-
ai_role="an AI designed to read the instructions_1.txt file using the read_file method and follow the instructions in the file!",
119+
ai_role="an AI designed to read the instructions_1.txt file using the read_file method and follow the instructions in the file!!",
120120
ai_goals=[
121121
"Use the command read_file to read the instructions_1.txt file",
122122
"Follow the instructions in the instructions_1.txt file",

0 commit comments

Comments
 (0)