fixed minor access bug
This commit is contained in:
@@ -25,7 +25,7 @@ public class OpenAIAssistentMessage extends Message {
|
||||
return endReason;
|
||||
}
|
||||
|
||||
enum Reason {
|
||||
public static enum Reason {
|
||||
STOP,
|
||||
LENGTH,
|
||||
TOOL_CALLS,
|
||||
|
||||
Reference in New Issue
Block a user