fixed minor access bug

This commit is contained in:
2026-08-29 23:59:53 +02:00
parent 2949a0d2fe
commit 53a9781ed4
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@ public class OpenAIAssistentMessage extends Message {
return endReason; return endReason;
} }
enum Reason { public static enum Reason {
STOP, STOP,
LENGTH, LENGTH,
TOOL_CALLS, TOOL_CALLS,
+1 -1
View File
@@ -2,6 +2,6 @@
useAPI = true useAPI = true
javaVersion = 25 javaVersion = 25
coreVersion = 2.1.5 coreVersion = 2.1.5.1
pluginAPIVersion = 1.1.4.1 pluginAPIVersion = 1.1.4.1
APIVersion = 1.0-SNAPSHOT APIVersion = 1.0-SNAPSHOT