37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
Q: По каким покупателям у нас отгрузки без оплаты на конец июня, свяжи с реализациями, договорами и проводками.
|
||
Expected:
|
||
{
|
||
"intent_class": "cross_entity",
|
||
"requires": {
|
||
"needs_cross_entity_join": true,
|
||
"needs_causal_chain": true,
|
||
"needs_exact_object_trace": false
|
||
},
|
||
"expected_output_shape": "reconciliation_report",
|
||
"route_hint": "hybrid_store_plus_live"
|
||
}
|
||
|
||
Q: Сделай рейтинг самых рисковых счетов перед закрытием июня.
|
||
Expected:
|
||
{
|
||
"intent_class": "heavy_analytical",
|
||
"requires": {
|
||
"needs_ranking": true,
|
||
"needs_period_cut": true
|
||
},
|
||
"expected_output_shape": "ranked_list",
|
||
"route_hint": "batch_refresh_then_store"
|
||
}
|
||
|
||
Q: Покажи документ №123 и проводку по нему, нужна точная строка.
|
||
Expected:
|
||
{
|
||
"intent_class": "drilldown_explain",
|
||
"requires": {
|
||
"needs_exact_object_trace": true,
|
||
"needs_runtime_truth": true
|
||
},
|
||
"expected_output_shape": "evidence_chain",
|
||
"route_hint": "live_mcp_drilldown"
|
||
}
|