test(talk): align browser E2E tool completion

This commit is contained in:
Vincent Koc
2026-08-02 09:56:39 +08:00
parent 9fc061124d
commit 1ffcfdd168
+15 -5
View File
@@ -509,11 +509,21 @@ describeControlUiE2e("Control UI browser Talk", () => {
channel?.dispatchEvent(
new MessageEvent("message", {
data: JSON.stringify({
type: "response.function_call_arguments.done",
item_id: "item-camera",
call_id: "call-camera",
name: "describe_view",
arguments: "{}",
type: "response.done",
response: {
id: "response-camera",
status: "completed",
output: [
{
type: "function_call",
id: "item-camera",
status: "completed",
call_id: "call-camera",
name: "describe_view",
arguments: "{}",
},
],
},
}),
}),
);