mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-10 03:07:32 +08:00
chore: add MAX_THINKING_LEN and MAX_RESULT_LEN constants
This commit is contained in:
@@ -34,6 +34,8 @@ public class ReActLoggingHook implements Hook {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(ReActLoggingHook.class);
|
||||
private static final int MAX_TEXT_LEN = 500;
|
||||
private static final int MAX_THINKING_LEN = 1000;
|
||||
private static final int MAX_RESULT_LEN = 2000;
|
||||
|
||||
private final String sessionId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user