Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Obs01ete committed Jun 27, 2023
1 parent fc7a037 commit 1b4e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/agents/test_chat_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_set_output_language():

# Verify that the system message is updated with the new output language
updated_system_message = BaseMessage(
role_name="assistant", role_type="assistant",
role_name="assistant", role_type="assistant", meta_dict=None,
content="You are a help assistant."
"\nRegardless of the input language, you must output text in Arabic.")
assert agent.system_message.content == updated_system_message.content

0 comments on commit 1b4e79e

Please sign in to comment.