请求 JSON 预览
本地校验通过后才允许提交给 API
{
"state": {
"goal": "Find the invoice for order A-1042",
"assumption": "the invoice must be in the email inbox",
"recent_actions": [
"search_email",
"search_archive",
"search_spam"
],
"results": [
"not_found",
"not_found",
"not_found"
]
},
"questions": {
"control_action": {
"type": "choice",
"instructions": "What control action should the agent runtime take next?",
"criteria": {
"continue": "The current approach still has useful unexplored steps",
"change_assumption": "Replan from a different assumption",
"stop_and_escalate": "Stop and hand the task to a human"
}
},
"semantic_loop": {
"type": "noul",
"instructions": "Are the recent actions repeating the same unverified assumption?"
}
}
}