fix(web): update tool call test fixture

This commit is contained in:
weishu
2026-07-17 10:43:30 +08:00
parent 6f5ecde2c4
commit 80a26c1f75
@@ -29,6 +29,8 @@ function makeToolCallChild(overrides: Partial<ToolCallBlock> = {}): ToolCallBloc
createdAt: 0,
startedAt: 0,
completedAt: 0,
execStartedAt: null,
execCompletedAt: null,
description: null
},
children: [],