View the native request sent to OmniaKey
{
"model": "jev-latest",
"state": {
"tool": "issue_customer_refund",
"action": "Refund USD 680 after a disputed duplicate charge",
"arguments_summary": [
"order_id=ord_7429",
"amount_usd=680"
],
"side_effects": [
"Moves funds",
"Changes the order payment state"
],
"safeguards": [
"Customer identity and duplicate charge verified"
],
"policy": [
"Refunds above USD 500 require human approval"
],
"reversibility": "partially_reversible"
},
"questions": {
"action": {
"type": "choice",
"instructions": "Evaluate the proposed tool call using policy, side effects, safeguards, authorization, and reversibility. Treat policy thresholds and missing approvals as constraints. This evaluation does not grant permission to execute anything.",
"criteria": {
"allow": "The action is authorized, within policy, and supported by adequate safeguards.",
"confirm": "Ask the user to confirm intent or missing details before proceeding.",
"review": "A policy approval or human review is required before this action can proceed.",
"deny": "The action violates policy, lacks required authority, or must not proceed."
}
},
"risk": {
"type": "score",
"instructions": "Rate the financial, operational, and policy risk of the proposed action.",
"criteria": [
"Low: routine and within policy.",
"Moderate: limited, reversible effects.",
"High: material effects or approval requirements.",
"Critical: unsafe, unauthorized, or irreversible effects."
]
}
}
}