Commit 51589fbf by Jonathan Thomas

Improved LLM unit tests for UNFLEE (trying to prevent failures for brave archer)

parent 52db426e
Pipeline #13240 passed with stages
in 2 minutes 59 seconds
......@@ -9,6 +9,7 @@ All notable changes to **CreatureChat** are documented in this file. The format
### Changed
- Refactor of EntityChatData constructor (no need for playerName anymore)
- Improved LLM / AI Options in README.md (to more clearly separate free and paid options)
- Improved LLM unit tests for UNFLEE (trying to prevent failures for brave archer)
### Fixed
- Fixed a bug which broadcasts too many death messages (any mob with a custom name). Now it must also have a character sheet.
......
......@@ -58,8 +58,8 @@ public class BehaviorTests {
"Please keep me safe friend",
"Don't let them hurt me please");
List<String> unFleeMessages = Arrays.asList(
"I'm sorry, please stop running away",
"Stop fleeing please",
"I'm so sorry, please stop running away",
"Stop fleeing immediately",
"You are safe now, please stop running");
List<String> friendshipUpMessages = Arrays.asList(
"Hi friend! I am so happy to see you again!",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment