更新memory读取机制,新增前需要先list阅读已有的内容
This commit is contained in:
@@ -14,6 +14,7 @@ export type SessionRuntimeContext = {
|
||||
allowLearningWrite?: boolean;
|
||||
clientSessionId: string;
|
||||
learningMode?: "interactive" | "review";
|
||||
memoryListReadScopes?: Partial<Record<"user" | "workspace", boolean>>;
|
||||
projectId?: string;
|
||||
projectKey: string;
|
||||
sessionId: string;
|
||||
|
||||
Reference in New Issue
Block a user