Skip to content

Commit

Permalink
Remove chad requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzh72 committed Dec 3, 2024
1 parent 3b2f0b3 commit 5aa35ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,3 @@ def test_letta_run_create_new_agent(swap_letta_config):
# Count occurrences of assistant messages
robot = full_output.count(ASSISTANT_MESSAGE_CLI_SYMBOL)
assert robot == 1, f"It appears that there are multiple instances of assistant messages outputted."
# Make sure the user name was repeated back at least once
assert (
full_output.count("Chad") > 0 or full_output.count("Sam") > 0
), f"Chad or Sam was not mentioned...please manually inspect the outputs.\n{full_output}"

0 comments on commit 5aa35ed

Please sign in to comment.