Skip to content

Commit

Permalink
Fix test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Oct 16, 2024
1 parent 688d40e commit cd0bde3
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 @@ -489,7 +489,7 @@ def test_10_concurrent_API_calls(self):
with open("./data/schemas/get-headers-params.json", "r") as f:
tools = ToolFactory.from_openapi_schema(f.read(), {})

ceo = Agent(name="CEO", tools=tools, instructions="You are an agent that tests concurrent API calls.")
ceo = Agent(name="CEO", tools=tools, instructions="You are an agent that tests concurrent API calls. You must say 'success' if the output contains headers, and 'error' if it does not and **nothing else**.")

agency = Agency([ceo], temperature=0)

Expand Down

0 comments on commit cd0bde3

Please sign in to comment.