{
"state": "用户申请退款并表示非常着急,希望今天解决。",
"model": "jev-latest",
"questions": {
"is_urgent": {
"type": "noul",
"instructions": "Does this message express urgency?"
},
"needs_refund": {
"type": "noul",
"instructions": "Does this message request a refund?"
}
}
}curl --location 'https://api.agicto.cn/v1/systemone' \
--header 'Authorization: Bearer 替换key' \
--header 'Content-Type: application/json' \
--data '{
"state": "用户申请退款并表示非常着急,希望今天解决。",
"model": "jev-latest",
"questions": {
"is_urgent": {
"type": "noul",
"instructions": "Does this message express urgency?"
},
"needs_refund": {
"type": "noul",
"instructions": "Does this message request a refund?"
}
}
}'{}