mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(talk): align browser E2E tool completion
This commit is contained in:
@@ -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: "{}",
|
||||
},
|
||||
],
|
||||
},
|
||||
}),
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user