fix(desktop): add respondToApproval to clarify tool-part test mock
@assistant-ui/react 0.14 makes respondToApproval required on ToolCallMessagePartProps; the settledClarifyProps helper still lacked it after the upgrade cherry-picks, so tsc failed on clarify-tool.test.tsx.fix/verification-admin-route-recovery
parent
abd7458e77
commit
6fc24651f7
|
|
@ -29,6 +29,7 @@ function settledClarifyProps(
|
|||
args,
|
||||
argsText: JSON.stringify(args),
|
||||
isError: false,
|
||||
respondToApproval: vi.fn(),
|
||||
result,
|
||||
resume: vi.fn(),
|
||||
status: { type: 'complete' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue