diff --git a/Tests/Runtime/TestLLM.cs b/Tests/Runtime/TestLLM.cs index 4fc51803..35569e42 100644 --- a/Tests/Runtime/TestLLM.cs +++ b/Tests/Runtime/TestLLM.cs @@ -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); }