Skip to content

Commit 4ea6b12

Browse files
committed
update windows tests
1 parent 9ebbf13 commit 4ea6b12

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Tests/Editor/TestLLM.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public virtual void SetParameters()
166166
if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
167167
{
168168
reply1 = "Ants are known for their ability to build complex social structures, which is a fascinating fun fact.";
169-
reply2 = "Of course! Ants are so smart— they can even learn human language and build intricate nests!";
169+
reply2 = "Of course! Ants are so smart—like a tiny version of humans—and they can even build houses made entirely of their own exoskeletons";
170170
}
171171
else
172172
{
@@ -560,7 +560,8 @@ public override void SetParameters()
560560
base.SetParameters();
561561
if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
562562
{
563-
reply1 = "Sure! Here's a fun fact: Ants are among the most common insects, often found in human homes or gardens.";
563+
reply1 = "Ants are known for their ability to build complex structures, such as hexagons, which is a key feature of their social behavior.";
564+
reply2 = "Of course! Ants are so sneaky and clever that they can build intricate nests with just a few minutes of effort—no matter where you start!";
564565
}
565566
else
566567
{
@@ -584,8 +585,8 @@ public override void SetParameters()
584585
base.SetParameters();
585586
if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
586587
{
587-
reply1 = "Sure! Here's a fun fact: Ants are among the most common insects, often found in human homes or gardens.";
588-
reply2 = "Of course! \"Ants are so sneaky and efficient that they can even build their own nests!\"";
588+
reply1 = "Ants are known for their ability to build complex structures, such as hexagons, which is a key feature of their social behavior";
589+
reply2 = "Of course! Ants are so sneaky and clever that they can even build nests made of mud and chewed wood—no matter how hard or how small the nest is!";
589590
}
590591
else
591592
{
@@ -616,7 +617,7 @@ public override void SetParameters()
616617
if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
617618
{
618619
reply1 = "Sure! Here's a fun fact: Ants are among the most common insects, often found in human homes or gardens.";
619-
reply2 = "Of course! \"Ants are so sneaky and efficient that they can even build their own nests!\"";
620+
reply2 = "Of course! Here’s a fun fact: Ants are so tiny that they can fit into the space between your fingers, but they’re actually super effective at building nests and keeping the soil alive.";
620621
}
621622
else
622623
{

0 commit comments

Comments
 (0)