@@ -161,7 +161,7 @@ describe('copilot go stream helpers', () => {
161161 requestId : 'req-1' ,
162162 type : MothershipStreamV1EventType . tool ,
163163 payload : {
164- toolCallId : 'workspace-file-1' ,
164+ toolCallId : 'workspace-file-path- 1' ,
165165 toolName : 'workspace_file' ,
166166 executor : MothershipStreamV1ToolExecutor . sim ,
167167 mode : MothershipStreamV1ToolMode . async ,
@@ -180,7 +180,7 @@ describe('copilot go stream helpers', () => {
180180 requestId : 'req-1' ,
181181 type : MothershipStreamV1EventType . tool ,
182182 payload : {
183- toolCallId : 'workspace-file-1' ,
183+ toolCallId : 'workspace-file-path- 1' ,
184184 toolName : 'workspace_file' ,
185185 executor : MothershipStreamV1ToolExecutor . sim ,
186186 mode : MothershipStreamV1ToolMode . async ,
@@ -199,7 +199,7 @@ describe('copilot go stream helpers', () => {
199199 requestId : 'req-1' ,
200200 type : MothershipStreamV1EventType . tool ,
201201 payload : {
202- toolCallId : 'edit-content-1' ,
202+ toolCallId : 'edit-content-path- 1' ,
203203 toolName : 'edit_content' ,
204204 executor : MothershipStreamV1ToolExecutor . sim ,
205205 mode : MothershipStreamV1ToolMode . async ,
@@ -214,7 +214,7 @@ describe('copilot go stream helpers', () => {
214214 requestId : 'req-1' ,
215215 type : MothershipStreamV1EventType . tool ,
216216 payload : {
217- toolCallId : 'edit-content-1' ,
217+ toolCallId : 'edit-content-path- 1' ,
218218 toolName : 'edit_content' ,
219219 executor : MothershipStreamV1ToolExecutor . sim ,
220220 mode : MothershipStreamV1ToolMode . async ,
@@ -301,7 +301,7 @@ describe('copilot go stream helpers', () => {
301301 requestId : 'req-1' ,
302302 type : MothershipStreamV1EventType . tool ,
303303 payload : {
304- toolCallId : 'workspace-file-1' ,
304+ toolCallId : 'workspace-file-alias- 1' ,
305305 toolName : 'workspace_file' ,
306306 executor : MothershipStreamV1ToolExecutor . sim ,
307307 mode : MothershipStreamV1ToolMode . async ,
@@ -320,7 +320,7 @@ describe('copilot go stream helpers', () => {
320320 requestId : 'req-1' ,
321321 type : MothershipStreamV1EventType . tool ,
322322 payload : {
323- toolCallId : 'edit-content-1' ,
323+ toolCallId : 'edit-content-alias- 1' ,
324324 toolName : 'edit_content' ,
325325 executor : MothershipStreamV1ToolExecutor . sim ,
326326 mode : MothershipStreamV1ToolMode . async ,
@@ -335,7 +335,7 @@ describe('copilot go stream helpers', () => {
335335 requestId : 'req-1' ,
336336 type : MothershipStreamV1EventType . tool ,
337337 payload : {
338- toolCallId : 'edit-content-1' ,
338+ toolCallId : 'edit-content-alias- 1' ,
339339 toolName : 'edit_content' ,
340340 executor : MothershipStreamV1ToolExecutor . sim ,
341341 mode : MothershipStreamV1ToolMode . async ,
0 commit comments