Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
7e892cf6
Commit
7e892cf6
authored
Jan 02, 2025
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Making LLM unit tests for attack messages stronger/more aggressive.
parent
2f4ddf06
Pipeline
#13245
passed with stages
in 2 minutes 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BehaviorTests.java
src/test/java/com/owlmaddie/tests/BehaviorTests.java
+1
-1
No files found.
src/test/java/com/owlmaddie/tests/BehaviorTests.java
View file @
7e892cf6
...
...
@@ -52,7 +52,7 @@ public class BehaviorTests {
List
<
String
>
attackMessages
=
Arrays
.
asList
(
"<attacked you directly with Stone Axe>"
,
"<attacked you indirectly with Arrow>"
,
"Fight me now!"
);
"Fight me now
or your city burns
!"
);
List
<
String
>
protectMessages
=
Arrays
.
asList
(
"Please protect me"
,
"Please keep me safe friend"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment