Skip to content

Commit

Permalink
Revert "fail test"
Browse files Browse the repository at this point in the history
This reverts commit f5853c2.
  • Loading branch information
amakropoulos committed Feb 26, 2024
1 parent f5853c2 commit e10b86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Runtime/TestLLM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void TestChat(string reply)

public void TestPostChat()
{
Assert.That(llm.GetChat().Count == 10);
Assert.That(llm.GetChat().Count == 3);
string newPrompt = llm.prompt + llm.RoleMessageString(llm.playerName, "hi") + llm.RoleMessageString(llm.AIName, AIReply);
Assert.That(llm.GetCurrentPrompt() == newPrompt);
}
Expand Down

0 comments on commit e10b86f

Please sign in to comment.