请求 JSON 预览
本地校验通过后才允许提交给 API
{
"state": {
"agenda": "Choose the launch date",
"resolved": [
"beta scope is fixed"
],
"latest_utterance": "Friday gives QA two more days, but marketing has already booked Tuesday.",
"speaker_consented_to_analysis": true
},
"questions": {
"conversation_phase": {
"type": "choice",
"instructions": "Which phase best describes the current meeting state?",
"criteria": {
"explore": "Generating possibilities",
"compare": "Comparing known options",
"converge": "Narrowing toward a decision",
"decided": "A decision has been stated"
}
},
"speech_act": {
"type": "choice",
"instructions": "What role does the latest utterance play in the discussion?",
"criteria": {
"new_option": "Introduces a new option",
"support": "Supports an existing option",
"disagreement": "Raises a conflict or objection",
"question": "Requests information",
"decision": "States a final decision"
}
},
"introduces_unresolved_issue": {
"type": "noul",
"instructions": "Does the latest utterance introduce an unresolved blocker?"
}
}
}