docs: record execution foundation rollout
This commit is contained in:
@@ -31,7 +31,10 @@ export async function POST(
|
||||
const { taskId } = await context.params;
|
||||
|
||||
try {
|
||||
const normalized = normalizeRemoteExecutionResult(body);
|
||||
const normalized = normalizeRemoteExecutionResult({
|
||||
...body,
|
||||
status: body.status === "failed" ? "failed" : "completed",
|
||||
});
|
||||
const task = await completeMasterAgentTask({
|
||||
taskId,
|
||||
deviceId: body.deviceId.trim(),
|
||||
|
||||
Reference in New Issue
Block a user