Skip to content

Commit

Permalink
Adjusted test prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Feb 14, 2024
1 parent f39eb78 commit fa5d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_7_async_agent_communication(self):

time.sleep(10)

message = self.__class__.agency.get_completion("Please check response. If the you get TestAgent1's Response from the function output, say 'success'. If you don't get TestAgent1's Response, or if you get a System Notification, or an error instead, say 'error'.",
message = self.__class__.agency.get_completion("Please check response. If the GetResponse function output includes TestAgent1's Response (for example, that the message was sent to Test Agent 2, the process or the task has started, etc.), say 'success'. If the function output does not include TestAgent1's Response, or if you get a System Notification, or an error instead, say 'error'.",
yield_messages=False)

self.assertFalse('error' in message.lower())
Expand Down

0 comments on commit fa5d5ed

Please sign in to comment.