refactor: simplify chat fork flow
This commit is contained in:
@@ -33,8 +33,6 @@ jest.mock("./AgentTurn", () => ({
|
||||
|
||||
describe("AgentWorkspace", () => {
|
||||
const defaultProps = {
|
||||
branchGroups: [],
|
||||
branchTransition: null,
|
||||
bottomRef: { current: null },
|
||||
speakingMessageId: null,
|
||||
speechState: "idle" as const,
|
||||
@@ -44,8 +42,7 @@ describe("AgentWorkspace", () => {
|
||||
onStopSpeech: jest.fn(),
|
||||
isTtsSupported: false,
|
||||
onRegenerate: jest.fn(),
|
||||
onEditResubmit: jest.fn(),
|
||||
onCycleBranch: jest.fn(),
|
||||
onCreateBranch: jest.fn(),
|
||||
onReplyPermission: jest.fn(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user