acknowledged_safety_checks (#2192)

This commit is contained in:
Shuchang Zheng
2025-04-19 19:59:49 +08:00
committed by GitHub
parent cebb04c736
commit c5bf2f899d

View File

@@ -1335,7 +1335,7 @@ class ForgeAgent:
}
if last_computer_call.pending_safety_checks:
pending_checks = [check.model_dump() for check in last_computer_call.pending_safety_checks]
computer_call_input["acknowledge_safety_checks"] = pending_checks
computer_call_input["acknowledged_safety_checks"] = pending_checks
current_response = await app.OPENAI_CLIENT.responses.create(
model="computer-use-preview",