コンテンツにスキップ

ComputerSafetyCheckResult

このコンテンツはまだ日本語訳がありません。

type ComputerSafetyCheckResult =
| void
| boolean
| {
acknowledgedSafetyChecks: ComputerSafetyCheck[];
}
| {
acknowledged_safety_checks: ComputerSafetyCheck[];
};

Return true to acknowledge all pending checks, or false to reject the computer call without executing it. Rejection returns a tool result and lets the run continue. Returning void leaves the checks unacknowledged and allows execution.