实现会话记录项目隔离
This commit is contained in:
@@ -53,6 +53,7 @@ describe("useAgentChatSession", () => {
|
||||
|
||||
const { result } = renderHook(() =>
|
||||
useAgentChatSession({
|
||||
projectId: "project-1",
|
||||
onToolCall: jest.fn(),
|
||||
}),
|
||||
);
|
||||
@@ -83,6 +84,7 @@ describe("useAgentChatSession", () => {
|
||||
|
||||
const { result } = renderHook(() =>
|
||||
useAgentChatSession({
|
||||
projectId: "project-1",
|
||||
onToolCall: jest.fn(),
|
||||
}),
|
||||
);
|
||||
@@ -127,6 +129,7 @@ describe("useAgentChatSession", () => {
|
||||
|
||||
const { result } = renderHook(() =>
|
||||
useAgentChatSession({
|
||||
projectId: "project-1",
|
||||
onToolCall: jest.fn(),
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user