LLM-driven 设计,添加学习审计和会话历史存储至目录的功能
This commit is contained in:
@@ -10,7 +10,9 @@ import {
|
||||
|
||||
export type ToolSessionContext = {
|
||||
actorKey: string;
|
||||
allowLearningWrite?: boolean;
|
||||
clientSessionId: string;
|
||||
learningMode?: "interactive" | "review";
|
||||
projectId?: string;
|
||||
projectKey: string;
|
||||
sessionId: string;
|
||||
|
||||
Reference in New Issue
Block a user