fix:planner和replyer正确处理拦截
This commit is contained in:
@@ -69,6 +69,7 @@ class ActionModifier:
|
||||
chat_id=self.chat_stream.stream_id,
|
||||
timestamp=time.time(),
|
||||
limit=min(int(global_config.chat.max_context_size * 0.33), 10),
|
||||
filter_no_read_command=True,
|
||||
)
|
||||
|
||||
chat_content = build_readable_messages(
|
||||
|
||||
Reference in New Issue
Block a user