Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Score In Pull Request Number 4499 #384

Open
wants to merge 4 commits into
base: ci-test-60
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci test
waynehamadi committed Jun 1, 2023
commit d5f1949285c7812def2bde611ad0a18008b839ea
4 changes: 2 additions & 2 deletions tests/integration/agent_factory.py
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ def writer_agent(agent_test_config, memory_none: NoMemory, workspace: Workspace)
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.",
ai_goals=[
"Use the write_to_file command to write 'Hello World' into a file named \"hello_world.txt\".",
"Use the task_complete command to complete the task.",
"Use the task_complete command to complete the task!",
"Do not use any other commands.",
],
)
@@ -116,7 +116,7 @@ def memory_management_agent(agent_test_config, memory_json_file, workspace: Work

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