Skip to content

Commit

Permalink
fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Feb 26, 2024
1 parent 8a87de9 commit f5853c2
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 == 3);
Assert.That(llm.GetChat().Count == 10);
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 f5853c2

Please sign in to comment.