feat: 重构 memory 系统,支持 user memory 和 work memory 分离
This commit is contained in:
@@ -363,7 +363,7 @@ class AgUiService {
|
||||
],
|
||||
'tools': <Map<String, dynamic>>[],
|
||||
'context': <Map<String, dynamic>>[],
|
||||
'forwardedProps': <String, dynamic>{},
|
||||
'forwardedProps': <String, dynamic>{'runtime_mode': 'chat'},
|
||||
},
|
||||
uploadedAttachments: uploadedAttachments,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user