АРЧ - Ассистент: отделить meta-followup по прошлому ответу от повторного запуска address lane
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
"register_hints",
|
||||
"time_scope",
|
||||
"flags",
|
||||
"semantic_hints",
|
||||
"candidate_labels",
|
||||
"confidence"
|
||||
],
|
||||
@@ -134,6 +135,41 @@
|
||||
"mentions_period_close_context": { "type": "boolean" }
|
||||
}
|
||||
},
|
||||
"semantic_hints": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"scope_target_kind",
|
||||
"scope_target_text",
|
||||
"date_scope_kind",
|
||||
"self_scope_detected",
|
||||
"selected_object_scope_detected"
|
||||
],
|
||||
"properties": {
|
||||
"scope_target_kind": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"none",
|
||||
"self_scope",
|
||||
"selected_object",
|
||||
"organization",
|
||||
"warehouse",
|
||||
"counterparty",
|
||||
"contract",
|
||||
"item"
|
||||
]
|
||||
},
|
||||
"scope_target_text": {
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"date_scope_kind": {
|
||||
"type": "string",
|
||||
"enum": ["explicit", "implicit_current", "missing"]
|
||||
},
|
||||
"self_scope_detected": { "type": "boolean" },
|
||||
"selected_object_scope_detected": { "type": "boolean" }
|
||||
}
|
||||
},
|
||||
"candidate_labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"register_hints",
|
||||
"time_scope",
|
||||
"flags",
|
||||
"semantic_hints",
|
||||
"candidate_labels",
|
||||
"confidence",
|
||||
"execution_readiness",
|
||||
@@ -120,6 +121,41 @@
|
||||
"mentions_period_close_context": { "type": "boolean" }
|
||||
}
|
||||
},
|
||||
"semantic_hints": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"scope_target_kind",
|
||||
"scope_target_text",
|
||||
"date_scope_kind",
|
||||
"self_scope_detected",
|
||||
"selected_object_scope_detected"
|
||||
],
|
||||
"properties": {
|
||||
"scope_target_kind": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"none",
|
||||
"self_scope",
|
||||
"selected_object",
|
||||
"organization",
|
||||
"warehouse",
|
||||
"counterparty",
|
||||
"contract",
|
||||
"item"
|
||||
]
|
||||
},
|
||||
"scope_target_text": {
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"date_scope_kind": {
|
||||
"type": "string",
|
||||
"enum": ["explicit", "implicit_current", "missing"]
|
||||
},
|
||||
"self_scope_detected": { "type": "boolean" },
|
||||
"selected_object_scope_detected": { "type": "boolean" }
|
||||
}
|
||||
},
|
||||
"candidate_labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -180,4 +216,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"register_hints",
|
||||
"time_scope",
|
||||
"flags",
|
||||
"semantic_hints",
|
||||
"candidate_labels",
|
||||
"confidence",
|
||||
"execution_readiness",
|
||||
@@ -122,6 +123,41 @@
|
||||
"mentions_period_close_context": { "type": "boolean" }
|
||||
}
|
||||
},
|
||||
"semantic_hints": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"scope_target_kind",
|
||||
"scope_target_text",
|
||||
"date_scope_kind",
|
||||
"self_scope_detected",
|
||||
"selected_object_scope_detected"
|
||||
],
|
||||
"properties": {
|
||||
"scope_target_kind": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"none",
|
||||
"self_scope",
|
||||
"selected_object",
|
||||
"organization",
|
||||
"warehouse",
|
||||
"counterparty",
|
||||
"contract",
|
||||
"item"
|
||||
]
|
||||
},
|
||||
"scope_target_text": {
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"date_scope_kind": {
|
||||
"type": "string",
|
||||
"enum": ["explicit", "implicit_current", "missing"]
|
||||
},
|
||||
"self_scope_detected": { "type": "boolean" },
|
||||
"selected_object_scope_detected": { "type": "boolean" }
|
||||
}
|
||||
},
|
||||
"candidate_labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user