Planner Autonomy: закрепить catalog-alignment в phase32 и AGENT-каталоге
This commit is contained in:
+18
@@ -11,6 +11,9 @@
|
||||
"title": "Entity resolution grounds the checked 1C counterparty from a loose alias",
|
||||
"question": "найди в 1С контрагента СВК",
|
||||
"allowed_reply_types": ["factual", "factual_with_explanation", "partial_coverage"],
|
||||
"expected_catalog_alignment_status": "selected_matches_top",
|
||||
"expected_catalog_chain_top_match": "entity_resolution",
|
||||
"expected_catalog_selected_matches_top": true,
|
||||
"required_answer_patterns_all": ["(?i)свк", "(?i)контрагент"],
|
||||
"required_answer_patterns_any": [
|
||||
"(?i)группа\\s+свк",
|
||||
@@ -34,6 +37,9 @@
|
||||
"title": "Incoming value-flow follow-up reuses the resolved counterparty anchor",
|
||||
"question": "сколько получили по нему за 2020 год",
|
||||
"allowed_reply_types": ["factual_with_explanation", "partial_coverage"],
|
||||
"expected_catalog_alignment_status": "selected_matches_top",
|
||||
"expected_catalog_chain_top_match": "value_flow",
|
||||
"expected_catalog_selected_matches_top": true,
|
||||
"required_answer_patterns_all": ["(?i)2020", "(?i)получил|входящ|поступ", "(?i)руб"],
|
||||
"required_answer_patterns_any": ["(?i)группа\\s+свк", "(?i)свк"],
|
||||
"forbidden_answer_patterns": [
|
||||
@@ -49,6 +55,9 @@
|
||||
"title": "Outgoing payment follow-up keeps the same grounded counterparty and checked year",
|
||||
"question": "а теперь сколько заплатили?",
|
||||
"allowed_reply_types": ["factual_with_explanation", "partial_coverage"],
|
||||
"expected_catalog_alignment_status": "selected_matches_top",
|
||||
"expected_catalog_chain_top_match": "value_flow",
|
||||
"expected_catalog_selected_matches_top": true,
|
||||
"required_answer_patterns_all": ["(?i)2020", "(?i)заплатил|исходящ|списан|платеж", "(?i)руб"],
|
||||
"required_answer_patterns_any": ["(?i)группа\\s+свк", "(?i)свк"],
|
||||
"forbidden_answer_patterns": [
|
||||
@@ -65,6 +74,9 @@
|
||||
"title": "Net-flow follow-up reuses the same grounded counterparty and checked year after payout",
|
||||
"question": "а какое нетто?",
|
||||
"allowed_reply_types": ["factual_with_explanation", "partial_coverage"],
|
||||
"expected_catalog_alignment_status": "selected_matches_top",
|
||||
"expected_catalog_chain_top_match": "value_flow_comparison",
|
||||
"expected_catalog_selected_matches_top": true,
|
||||
"required_answer_patterns_all": ["(?i)2020", "(?i)нетто|сальдо", "(?i)руб"],
|
||||
"required_answer_patterns_any": ["(?i)получ", "(?i)заплат", "(?i)группа\\s+свк", "(?i)свк"],
|
||||
"forbidden_answer_patterns": [
|
||||
@@ -80,6 +92,9 @@
|
||||
"title": "Document evidence follow-up keeps the grounded counterparty after the net answer",
|
||||
"question": "а по документам?",
|
||||
"allowed_reply_types": ["factual", "factual_with_explanation", "partial_coverage"],
|
||||
"expected_catalog_alignment_status": "selected_matches_top",
|
||||
"expected_catalog_chain_top_match": "document_evidence",
|
||||
"expected_catalog_selected_matches_top": true,
|
||||
"required_answer_patterns_all": ["(?i)документ|счет|накладн|акт"],
|
||||
"required_answer_patterns_any": ["(?i)группа\\s+свк", "(?i)свк", "(?i)2020"],
|
||||
"forbidden_answer_patterns": [
|
||||
@@ -98,6 +113,9 @@
|
||||
"title": "Movement evidence follow-up keeps the grounded counterparty after the document answer",
|
||||
"question": "а по движениям?",
|
||||
"allowed_reply_types": ["factual", "factual_with_explanation", "partial_coverage"],
|
||||
"expected_catalog_alignment_status": "selected_matches_top",
|
||||
"expected_catalog_chain_top_match": "movement_evidence",
|
||||
"expected_catalog_selected_matches_top": true,
|
||||
"required_answer_patterns_all": ["(?i)движени|операц|платеж|списан|поступ"],
|
||||
"required_answer_patterns_any": ["(?i)группа\\s+свк", "(?i)свк", "(?i)2020"],
|
||||
"forbidden_answer_patterns": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,48 +1,683 @@
|
||||
# Agent semantic source catalog
|
||||
|
||||
- truth_harness_steps_total: `58`
|
||||
- saved_session_questions_total: `81`
|
||||
- truth_harness_steps_total: `500`
|
||||
- saved_session_questions_total: `229`
|
||||
|
||||
## Reusable truth-harness tags
|
||||
- `counterparty_documents`: `3`
|
||||
- `counterparty_shipment_fallback`: `3`
|
||||
- `inventory_root`: `21`
|
||||
- `meta_capability`: `3`
|
||||
- `meta_historical_capability`: `4`
|
||||
- `meta_memory`: `2`
|
||||
- `meta_scope`: `4`
|
||||
- `meta_smalltalk`: `3`
|
||||
- `same_date_pivot`: `3`
|
||||
- `same_date_restore`: `4`
|
||||
- `selected_object`: `11`
|
||||
- `selected_object_documents`: `3`
|
||||
- `selected_object_sale`: `1`
|
||||
- `selected_object_supplier`: `7`
|
||||
- `settlements_account_60`: `2`
|
||||
- `settlements_receivables`: `4`
|
||||
- `vat`: `3`
|
||||
- `account_60`: `2`
|
||||
- `account_injection_guard`: `1`
|
||||
- `activity_age`: `1`
|
||||
- `activity_assessment`: `1`
|
||||
- `aggregate_all_time`: `1`
|
||||
- `aggregate_revenue`: `1`
|
||||
- `aggregate_year`: `1`
|
||||
- `alias_grounding`: `6`
|
||||
- `all_time_after_pivot`: `2`
|
||||
- `all_time_after_second_pivot`: `2`
|
||||
- `all_time_after_third_pivot`: `1`
|
||||
- `all_time_followup`: `9`
|
||||
- `all_time_scope`: `4`
|
||||
- `ambiguity_probe`: `1`
|
||||
- `anomaly_probe`: `1`
|
||||
- `answer_inspection`: `1`
|
||||
- `answer_top_block_matches_current_user_intent`: `1`
|
||||
- `bidirectional_value_flow`: `1`
|
||||
- `bounded_autonomy`: `47`
|
||||
- `bounded_retrieval`: `13`
|
||||
- `bridge_inventory_to_vat`: `3`
|
||||
- `broad_business_evaluation`: `2`
|
||||
- `broad_eval_bridge_preserved`: `1`
|
||||
- `broad_eval_followup_continuity`: `1`
|
||||
- `broad_evaluation_bridge`: `1`
|
||||
- `capability_meta`: `3`
|
||||
- `capability_over_followup`: `2`
|
||||
- `catalog_drilldown`: `1`
|
||||
- `catalog_grounding`: `1`
|
||||
- `catalog_metadata_surface`: `1`
|
||||
- `clarification_required`: `1`
|
||||
- `clarification_resume`: `2`
|
||||
- `company_activity_lifecycle`: `2`
|
||||
- `company_analytics`: `1`
|
||||
- `company_authority`: `3`
|
||||
- `company_authority_probe`: `1`
|
||||
- `company_clarification`: `2`
|
||||
- `company_selected`: `11`
|
||||
- `company_selection`: `2`
|
||||
- `context_reframe`: `1`
|
||||
- `context_reuse`: `1`
|
||||
- `context_seed`: `1`
|
||||
- `context_setup`: `1`
|
||||
- `continuity_after_interrupt`: `1`
|
||||
- `continuity_interrupt`: `1`
|
||||
- `contracts_followup`: `16`
|
||||
- `counterparty_carryover`: `1`
|
||||
- `counterparty_catalog_scope`: `1`
|
||||
- `counterparty_documents`: `29`
|
||||
- `counterparty_followup`: `3`
|
||||
- `counterparty_grounding`: `1`
|
||||
- `counterparty_item_flow`: `1`
|
||||
- `counterparty_lifecycle`: `1`
|
||||
- `counterparty_monthly_net_cash_flow`: `1`
|
||||
- `counterparty_net_cash_flow`: `4`
|
||||
- `counterparty_net_value_flow`: `1`
|
||||
- `counterparty_outgoing_payments`: `1`
|
||||
- `counterparty_pronoun_resolution`: `15`
|
||||
- `counterparty_resolution`: `2`
|
||||
- `counterparty_retarget`: `1`
|
||||
- `counterparty_root`: `3`
|
||||
- `counterparty_shipment_fallback`: `6`
|
||||
- `counterparty_short_retarget`: `1`
|
||||
- `counterparty_turnover`: `1`
|
||||
- `counterparty_value_flow`: `1`
|
||||
- `cross_domain_pivot`: `2`
|
||||
- `cross_stage_canary`: `1`
|
||||
- `current_snapshot`: `1`
|
||||
- `current_turn_action_authority`: `1`
|
||||
- `current_turn_entity_authority`: `1`
|
||||
- `customer_analytics`: `1`
|
||||
- `data_scope_meta`: `2`
|
||||
- `date_carryover`: `6`
|
||||
- `date_followup`: `2`
|
||||
- `date_scope`: `1`
|
||||
- `debt_polarity`: `1`
|
||||
- `display_label_integrity`: `3`
|
||||
- `display_name_integrity`: `1`
|
||||
- `document_evidence`: `3`
|
||||
- `document_lane_after_clarification`: `5`
|
||||
- `document_lane_continuity`: `6`
|
||||
- `document_lane_execution`: `5`
|
||||
- `document_pivot`: `1`
|
||||
- `document_pivot_after_movement`: `1`
|
||||
- `document_pivot_after_movement_retrieval`: `2`
|
||||
- `document_pivot_after_retrieval`: `2`
|
||||
- `document_pivot_after_value_flow`: `2`
|
||||
- `documents`: `2`
|
||||
- `documents_by_counterparty`: `15`
|
||||
- `documents_followup`: `7`
|
||||
- `documents_pivot`: `2`
|
||||
- `entity_grounding`: `2`
|
||||
- `entity_resolution`: `29`
|
||||
- `exact_not_overwritten`: `2`
|
||||
- `followup_anchor`: `6`
|
||||
- `followup_reuse`: `21`
|
||||
- `followup_short`: `1`
|
||||
- `fourth_pivot`: `2`
|
||||
- `garbage_anchor_forbidden`: `1`
|
||||
- `grounded_context_seed`: `1`
|
||||
- `grounded_counterparty`: `13`
|
||||
- `grounded_counterparty_followup`: `12`
|
||||
- `grounded_discovery_seed`: `1`
|
||||
- `grounded_self_correction`: `1`
|
||||
- `grounded_summary`: `1`
|
||||
- `historical_anchor`: `1`
|
||||
- `historical_date_anchor`: `3`
|
||||
- `historical_inventory`: `2`
|
||||
- `historical_restore`: `1`
|
||||
- `human_answer`: `3`
|
||||
- `human_answer_quality`: `2`
|
||||
- `human_dialog`: `39`
|
||||
- `hybrid_investigation_followup`: `2`
|
||||
- `hybrid_investigation_root`: `2`
|
||||
- `incoming`: `8`
|
||||
- `incoming_value_flow`: `8`
|
||||
- `inline_organization_clarification`: `13`
|
||||
- `integrity_guard`: `57`
|
||||
- `inventory_aging`: `3`
|
||||
- `inventory_capability_meta`: `1`
|
||||
- `inventory_context`: `1`
|
||||
- `inventory_history_capability`: `1`
|
||||
- `inventory_provenance`: `3`
|
||||
- `inventory_root`: `58`
|
||||
- `inventory_sale_trace`: `1`
|
||||
- `item_flow_failure_26`: `1`
|
||||
- `lane_choice_reuse`: `1`
|
||||
- `late_company_switch`: `2`
|
||||
- `late_company_switch_back`: `1`
|
||||
- `late_session_stability`: `2`
|
||||
- `late_session_tail`: `1`
|
||||
- `legacy_phase39`: `2`
|
||||
- `legacy_phase64`: `6`
|
||||
- `legacy_phase67`: `7`
|
||||
- `living_scope_selection`: `1`
|
||||
- `manual_9lieoh`: `11`
|
||||
- `materialization_gap`: `1`
|
||||
- `mcp_discovery_bidirectional_value_flow`: `2`
|
||||
- `mcp_discovery_gate_sanity`: `1`
|
||||
- `mcp_discovery_response_gate`: `1`
|
||||
- `mcp_discovery_supplier_payout`: `1`
|
||||
- `mcp_discovery_value_flow`: `1`
|
||||
- `meta_capability`: `16`
|
||||
- `meta_historical_capability`: `10`
|
||||
- `meta_interrupt`: `1`
|
||||
- `meta_memory`: `6`
|
||||
- `meta_return_to_business`: `1`
|
||||
- `meta_scope`: `12`
|
||||
- `meta_smalltalk`: `13`
|
||||
- `meta_verify`: `1`
|
||||
- `metadata_lane_choice_clarification`: `15`
|
||||
- `metadata_surface`: `17`
|
||||
- `mixed_ambiguity`: `15`
|
||||
- `movement_evidence`: `3`
|
||||
- `movement_execution`: `1`
|
||||
- `movement_lane_after_clarification`: `11`
|
||||
- `movement_lane_after_metadata`: `2`
|
||||
- `movement_lane_continuity`: `4`
|
||||
- `movement_lane_execution`: `7`
|
||||
- `movement_pivot_after_document_retrieval`: `3`
|
||||
- `movement_pivot_after_value_flow`: `2`
|
||||
- `movements_pivot`: `2`
|
||||
- `multi_axis_aggregation`: `1`
|
||||
- `multi_company_entry`: `2`
|
||||
- `multi_hop_clarification`: `21`
|
||||
- `net_switch`: `1`
|
||||
- `net_value_flow`: `5`
|
||||
- `neutral_followup`: `16`
|
||||
- `numeric_counterparty_suffix`: `1`
|
||||
- `off_domain_living_chat`: `2`
|
||||
- `open_scope`: `9`
|
||||
- `open_scope_net`: `3`
|
||||
- `open_scope_total`: `8`
|
||||
- `organization_activity_age`: `5`
|
||||
- `organization_authority`: `7`
|
||||
- `organization_clarification`: `8`
|
||||
- `organization_fact_boundary`: `1`
|
||||
- `organization_followup_reuse`: `20`
|
||||
- `organization_scope`: `28`
|
||||
- `organization_scoped`: `4`
|
||||
- `organization_second_recovery`: `1`
|
||||
- `outgoing`: `3`
|
||||
- `outgoing_value_flow`: `2`
|
||||
- `payables`: `1`
|
||||
- `payables_snapshot`: `1`
|
||||
- `payments_followup`: `20`
|
||||
- `payout_switch`: `4`
|
||||
- `payout_value_flow`: `2`
|
||||
- `payout_year_switch`: `3`
|
||||
- `period_carryover`: `1`
|
||||
- `period_clarification_resume`: `1`
|
||||
- `period_cleared`: `2`
|
||||
- `period_cleared_after_pivot`: `2`
|
||||
- `period_close_impact`: `1`
|
||||
- `period_close_risk`: `1`
|
||||
- `period_first_recovery`: `1`
|
||||
- `period_followup_reuse`: `5`
|
||||
- `period_gap_closed`: `2`
|
||||
- `period_narrowing`: `1`
|
||||
- `period_scope`: `9`
|
||||
- `pivot_seed`: `8`
|
||||
- `planner_catalog_alignment`: `13`
|
||||
- `polarity_flip`: `1`
|
||||
- `post_f`: `9`
|
||||
- `post_f_integrity_hardening`: `6`
|
||||
- `post_inspection_continuity`: `1`
|
||||
- `post_pivot_continuity`: `1`
|
||||
- `precedence`: `1`
|
||||
- `predecompose_guard`: `1`
|
||||
- `proactive_scope_offer`: `2`
|
||||
- `pronoun_followup`: `1`
|
||||
- `pronoun_pivot_seed`: `6`
|
||||
- `purchase_date_bundle`: `1`
|
||||
- `purchase_date_context`: `1`
|
||||
- `purchase_date_vat_bridge`: `1`
|
||||
- `purchase_provenance`: `1`
|
||||
- `ranking`: `2`
|
||||
- `receivables`: `1`
|
||||
- `receivables_root`: `1`
|
||||
- `receivables_snapshot`: `1`
|
||||
- `referential_document_followup`: `1`
|
||||
- `referential_followup_seed`: `1`
|
||||
- `remaining_gaps`: `2`
|
||||
- `remaining_org_gap_only`: `1`
|
||||
- `remaining_period_gap_only`: `3`
|
||||
- `repeated_pivot`: `2`
|
||||
- `revenue_ranking_failure_14`: `1`
|
||||
- `route_stability`: `1`
|
||||
- `sale_trace`: `1`
|
||||
- `same_date_pivot`: `8`
|
||||
- `same_date_restore`: `8`
|
||||
- `same_organization_reuse`: `1`
|
||||
- `same_period_restore`: `1`
|
||||
- `same_proof_path_family_shift`: `5`
|
||||
- `same_scope_new_period`: `1`
|
||||
- `saved_chain`: `3`
|
||||
- `scope_offer`: `2`
|
||||
- `scope_reuse`: `8`
|
||||
- `second_company_continuity`: `1`
|
||||
- `second_pivot`: `8`
|
||||
- `selected_object`: `31`
|
||||
- `selected_object_context`: `1`
|
||||
- `selected_object_documents`: `7`
|
||||
- `selected_object_purchase`: `1`
|
||||
- `selected_object_sale`: `3`
|
||||
- `selected_object_supplier`: `16`
|
||||
- `self_scope`: `3`
|
||||
- `settlements_60_62`: `1`
|
||||
- `settlements_account_60`: `5`
|
||||
- `settlements_mirror_followup`: `1`
|
||||
- `settlements_payables`: `1`
|
||||
- `settlements_receivables`: `13`
|
||||
- `smalltalk_entry`: `4`
|
||||
- `stale_entity_seed`: `1`
|
||||
- `stale_inventory_scope`: `1`
|
||||
- `stale_lifecycle_override`: `1`
|
||||
- `stale_replay_forbidden`: `2`
|
||||
- `stale_scope_guard`: `1`
|
||||
- `stale_temporal_carryover`: `1`
|
||||
- `supported_route_not_hijacked_by_mcp_discovery`: `1`
|
||||
- `switch_back_integrity`: `1`
|
||||
- `tail_authority_proof`: `2`
|
||||
- `tail_quality`: `1`
|
||||
- `tax_period`: `1`
|
||||
- `temporal_tail_not_entity`: `1`
|
||||
- `third_pivot`: `4`
|
||||
- `today_scope`: `1`
|
||||
- `topic_reset`: `5`
|
||||
- `translit_wording`: `1`
|
||||
- `unsupported_current_turn_meaning_boundary`: `5`
|
||||
- `value_flow_comparison`: `11`
|
||||
- `value_flow_net`: `6`
|
||||
- `value_flow_pivot`: `3`
|
||||
- `value_flow_ranking`: `17`
|
||||
- `value_flow_total`: `16`
|
||||
- `vat`: `37`
|
||||
- `vat_colloquial_wording`: `2`
|
||||
- `vat_failure_11`: `1`
|
||||
- `vat_failure_13`: `1`
|
||||
- `vat_followup`: `2`
|
||||
- `vat_liability_live`: `1`
|
||||
- `vat_orientation`: `2`
|
||||
- `very_old_stock`: `1`
|
||||
- `year_specific`: `1`
|
||||
- `year_switch`: `14`
|
||||
- `year_switch_after_document_pivot`: `1`
|
||||
- `year_switch_after_fourth_pivot`: `2`
|
||||
- `year_switch_after_pivot`: `4`
|
||||
- `year_switch_after_reframe`: `1`
|
||||
- `year_switch_after_repeated_pivot`: `1`
|
||||
- `year_switch_after_second_pivot`: `2`
|
||||
- `year_switch_after_third_pivot`: `1`
|
||||
- `year_switch_followup`: `2`
|
||||
- `year_tail_not_entity`: `1`
|
||||
|
||||
## Reusable truth-harness steps
|
||||
- `address_truth_harness_inventory_provenance_restore:step_01_inventory_march_2021` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_inventory_provenance_restore:step_02_selected_item_supplier` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_inventory_provenance_restore:step_03_selected_item_documents` | tags: selected_object, selected_object_documents | question: По выбранному объекту "Столешница 600*3050*26 альмандин": покажи документы по этой позиции
|
||||
- `address_truth_harness_inventory_provenance_restore:step_04_inventory_same_date_restore` | tags: inventory_root, same_date_restore | question: покажи еще раз остатки на эту же дату
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_01_inventory_historical_anchor` | tags: inventory_root, historical_date_anchor, meta_historical_capability | question: остатки на март 2016
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_02_selected_item_purchase_provenance` | tags: selected_object, inventory_provenance, date_scope, selected_object_supplier | question: По выбранному объекту "Рабочая станция универсального специалиста (индивидуальное изготовление)": где взяли это?
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_03_vat_on_purchase_date_bridge` | tags: bridge_inventory_to_vat, selected_object, purchase_date_bundle, vat | question: ндс можешь прикинуть на дату покупки рабочей станции?
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_04_colloquial_vat_tax_period` | tags: vat_colloquial_wording, tax_period, vat | question: прикинь какой ндс нам надо заплатить на февраль 2017
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_05_payables_today` | tags: payables, debt_polarity | question: мы должны комуто денег на сегодня?
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_06_receivables_role_flip` | tags: receivables, polarity_flip, followup_short, settlements_receivables | question: а нам?
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_07_top_customer_all_time` | tags: customer_analytics, aggregate_all_time, ranking | question: кто у нас самый доходный клиент за все время
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_08_top_year_revenue` | tags: company_analytics, aggregate_year, ranking | question: какой у нас самый доходный год
|
||||
- `address_truth_harness_phase10_manual_bridge_and_aggregate_mix:step_09_very_old_stock` | tags: inventory_aging, very_old_stock, precedence, inventory_root | question: Есть ли остатки товара, которые закупались очень давно
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_01_capability_meta_human` | tags: meta_capability, human_answer_quality | question: расскажи что можешь интересного
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_02_inventory_historical_root` | tags: inventory_root, historical_date_anchor, meta_historical_capability | question: что там на складе по остаткам на март 2016?
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_03_selected_item_purchase_provenance` | tags: selected_object, inventory_provenance, selected_object_supplier | question: по выбранному объекту "Рабочая станция универсального специалиста (индивидуальное изготовление)": где взяли это?
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_04_meta_verify_interrupt` | tags: meta_verify, continuity_interrupt | question: у тебя написано кто контрагент: рабочая станция - это ошибка?
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_05_vat_on_purchase_date_after_interrupt` | tags: bridge_inventory_to_vat, selected_object, continuity_after_interrupt, vat | question: ндс можешь прикинуть на дату покупки рабочей станции?
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_06_colloquial_vat_march_2020` | tags: vat_colloquial_wording, predecompose_guard, vat | question: а какой ндс мы должны сгрузить на март 2020?
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_07_vat_february_2017_live` | tags: vat_liability_live, route_stability, vat | question: прикинь какой ндс нам надо заплатить на февраль 2017
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_08_contract_delta_capability_meta` | tags: meta_capability, capability_over_followup | question: ты умеешь считать дельту по договорам?
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_09_counterparty_docs_anchor` | tags: counterparty_root, documents, counterparty_documents | question: по Чепурнову покажи все доки
|
||||
- `address_truth_harness_phase11_manual_followup_meta_quality:step_10_short_counterparty_retarget_name` | tags: counterparty_followup, display_name_integrity | question: а по свк
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_01_smalltalk_with_scope_offer` | tags: meta_smalltalk, proactive_scope_offer | question: приветик - че как там дела
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_02_choose_organization` | tags: company_selected, organization_authority | question: Альтернатива Плюс
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_03_capability_meta_human` | tags: meta_capability, human_answer_quality | question: расскажи что можешь интересного
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_04_inventory_root_today` | tags: inventory_root, company_authority | question: кайф - что там на складе по остаткам?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_05_inventory_history_capability` | tags: meta_historical_capability, inventory_root, meta_capability | question: а исторические остатки на другие даты умеешь?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_06_inventory_march_2016` | tags: inventory_root, historical_date_anchor | question: март 2016
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_07_selected_item_purchase_provenance` | tags: selected_object, inventory_provenance, selected_object_supplier | question: По выбранному объекту "Рабочая станция универсального специалиста (индивидуальное изготовление)": где взяли это?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_08_selected_item_sale_trace` | tags: selected_object, inventory_sale_trace, selected_object_sale | question: а кому продали?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_09_vat_on_purchase_date_bridge` | tags: bridge_inventory_to_vat, selected_object, vat | question: ндс можешь прикинуть на дату покупки рабочей станции?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_10_best_customer_all_time` | tags: aggregate_revenue, cross_domain_pivot | question: кто у нас самый доходный клиент за все время
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_11_receivables_may_2017` | tags: settlements_receivables, date_carryover | question: кто нам должен денег на май 2017
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_12_vat_same_period_followup` | tags: vat_followup, same_period_restore, vat | question: а какой ндс мы должны примерно заплатить за этот период?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_13_payables_today` | tags: settlements_payables, today_scope | question: мы должны комуто денег на сегодня?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_14_receivables_mirror_today` | tags: settlements_mirror_followup, same_date_restore, settlements_receivables | question: а нам?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_15_contract_delta_capability_meta` | tags: meta_capability, capability_over_followup | question: ты умеешь считать дельту по договорам?
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_16_counterparty_docs_root` | tags: counterparty_root, documents, counterparty_documents | question: по чепурнову покажи все доки
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_17_short_counterparty_followup` | tags: counterparty_followup, display_label_integrity | question: а по свк
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_18_open_items_account_60` | tags: settlements_account_60 | question: хвосты покажи по счету 60 на август 2022
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_19_inventory_aging_old_purchases` | tags: inventory_aging, late_session_stability, inventory_root | question: Есть ли остатки товара, которые закупались очень давно
|
||||
- `address_truth_harness_phase12_wider_saved_session_pool:step_20_company_activity_age` | tags: organization_activity_age, tail_authority_proof | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase13_hybrid_followup_authority:step_01_supplier_tails_root` | tags: hybrid_investigation_root, settlements_60_62, anomaly_probe | question: Разложи хвосты по поставщикам: где разрыв между оплатой и документами выглядит системным.
|
||||
- `address_truth_harness_phase13_hybrid_followup_authority:step_02_narrow_to_june_2020_account_60` | tags: hybrid_investigation_followup, period_narrowing, account_60, period_close_risk | question: Сузь до периода 2020-06 и счета 60, покажи только случаи с максимальным риском закрытия периода.
|
||||
- `address_truth_harness_phase13_hybrid_followup_authority:step_03_period_close_impact_followup` | tags: hybrid_investigation_followup, period_close_impact, context_reuse | question: Что в текущих аномалиях сильнее всего повлияет на закрытие периода, если ничего не исправлять?
|
||||
- `address_truth_harness_phase13_hybrid_followup_authority:step_04_translit_supplier_tails_root` | tags: hybrid_investigation_root, translit_wording, account_60 | question: Prover schet 60 za 2020-06, gde taili postavshikov i kakie dokumenty ne zakryvayut oplaty.
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_01_data_scope_meta` | tags: data_scope_meta, multi_company_entry, meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_02_choose_organization_after_clarification` | tags: organization_authority, company_selected | question: Альтернатива Плюс
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_03_counterparty_docs_after_choice` | tags: counterparty_root, company_selected, counterparty_documents | question: по чепурнову покажи все доки
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_04_short_counterparty_followup` | tags: counterparty_followup, display_label_integrity | question: а по свк
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_05_inventory_today_after_counterparty_tail` | tags: inventory_root, cross_domain_pivot | question: а сейчас у нас есть что на складе?
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_06_open_items_account_60_august_2022` | tags: settlements_account_60, late_session_tail | question: хвосты покажи по счету 60 на август 2022
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_07_inventory_aging_old_purchases` | tags: inventory_aging, late_session_stability, inventory_root | question: Есть ли остатки товара, которые закупались очень давно
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_08_inventory_may_2020_after_aging` | tags: inventory_root, historical_restore | question: Какие конкретно номенклатуры формируют остаток по складу на май 2020
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_09_company_activity_age_tail` | tags: organization_activity_age, tail_authority_proof | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase14_counterparty_tail_resume:step_10_company_activity_assessment_tail` | tags: activity_assessment, tail_quality | question: Как ты оценишь деятельность компании?
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_01_smalltalk_scope_offer` | tags: smalltalk_entry, scope_offer, meta_smalltalk | question: приветик - че как там дела
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_02_choose_organization` | tags: organization_authority | question: Альтернатива Плюс
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_03_inventory_march_2016` | tags: inventory_root, current_snapshot | question: что там на складе по остаткам?
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_04_inventory_history_capability` | tags: inventory_history_capability, context_setup, meta_capability, meta_historical_capability, inventory_root | question: а исторические остатки на другие даты умеешь?
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_05_inventory_march_2016` | tags: inventory_root, historical_anchor | question: март 2016
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_06_selected_item_purchase_provenance` | tags: selected_object, purchase_provenance, selected_object_supplier | question: По выбранному объекту "Рабочая станция универсального специалиста (индивидуальное изготовление)": где взяли это?
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_07_selected_item_sale_trace` | tags: selected_object, sale_trace, selected_object_sale | question: а кому продали?
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_08_answer_inspection_counterparty_label` | tags: answer_inspection, selected_object_context, grounded_self_correction | question: у тебя написано кто контрагент: рабочая станция - это ошибка?
|
||||
- `address_truth_harness_phase15_answer_inspection_followup:step_09_vat_on_purchase_date_after_inspection` | tags: purchase_date_vat_bridge, selected_object, post_inspection_continuity, vat | question: ндс можешь прикинуть на дату покупки рабочей станции?
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_01_smalltalk_scope_offer` | tags: smalltalk_entry, scope_offer, meta_smalltalk | question: приветик, как дела?
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_02_choose_alternative_plus` | tags: organization_authority, company_selected | question: Альтернатива Плюс
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_03_inventory_today_alt` | tags: inventory_root, company_authority | question: что у нас сейчас на складе по остаткам?
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_04_switch_to_raym` | tags: late_company_switch, organization_authority | question: теперь давай по РАЙМ
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_05_inventory_today_raym` | tags: inventory_root, late_company_switch | question: а по этой компании что сейчас на складе?
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_06_capability_meta_after_switch` | tags: capability_meta, meta_interrupt, meta_capability | question: а что ты вообще умеешь?
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_07_receivables_march_2020_raym` | tags: receivables_root, meta_return_to_business, settlements_receivables | question: а по этой компании кто нам должен на март 2020?
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_08_same_date_inventory_raym` | tags: same_date_pivot, inventory_root, second_company_continuity | question: а по этой же дате остатки на складе?
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_09_switch_back_to_alt` | tags: late_company_switch_back, organization_authority | question: ок, верни обратно Альтернативу Плюс
|
||||
- `address_truth_harness_phase16_multicompany_late_pivot:step_10_activity_age_after_switch_back` | tags: activity_age, switch_back_integrity | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_01_smalltalk_entry` | tags: smalltalk_entry, meta_smalltalk | question: приветик - че как там дела
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_02_capability_meta_entry` | tags: capability_meta, meta_capability | question: расскажи что можешь интересного
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_03_inventory_root_requires_company` | tags: inventory_root, clarification_required | question: кайф - что там на складе по остаткам?
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_04_company_choice_resumes_inventory_root` | tags: clarification_resume, inventory_root | question: АЛЬТЕРНАТИВА
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_05_historical_inventory_capability` | tags: inventory_capability_meta, meta_capability, meta_historical_capability, inventory_root | question: а исторические остатки на другие даты умеешь?
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_06_inventory_july_2017_after_capability` | tags: historical_inventory, date_followup, inventory_root | question: давай на июль 2017
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_07_inventory_march_2016` | tags: historical_inventory, date_followup, inventory_root | question: март 2016
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_08_counterparty_documents_chepurnov` | tags: counterparty_documents | question: по чепурнову покажи все доки
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_09_short_counterparty_retarget_svk` | tags: counterparty_short_retarget, display_label_integrity | question: а по свк
|
||||
- `address_truth_harness_phase17_clarification_resume_and_counterparty_tail:step_10_counterparty_item_flow_chepurnov` | tags: counterparty_item_flow, stale_temporal_carryover, counterparty_shipment_fallback | question: что нам отгружал чепурнов? какой товар или услугу?
|
||||
- `address_truth_harness_phase18_semantic_dialog_authority:step_01_human_smalltalk_entry` | tags: smalltalk_entry, human_answer, meta_smalltalk | question: приветик - че как там дела
|
||||
- `address_truth_harness_phase18_semantic_dialog_authority:step_02_capability_meta` | tags: capability_meta, human_answer, meta_capability | question: расскажи что можешь интересного
|
||||
- `address_truth_harness_phase18_semantic_dialog_authority:step_03_data_scope_meta` | tags: data_scope_meta, multi_company_entry, meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase18_semantic_dialog_authority:step_04_choose_organization` | tags: organization_authority, company_selected | question: Альтернатива Плюс
|
||||
- `address_truth_harness_phase18_semantic_dialog_authority:step_05_counterparty_documents_root` | tags: counterparty_documents, stale_entity_seed | question: по чепурнову покажи все доки
|
||||
- `address_truth_harness_phase18_semantic_dialog_authority:step_06_svk_turnover_overrides_stale_documents` | tags: current_turn_entity_authority, current_turn_action_authority, answer_top_block_matches_current_user_intent | question: какой оборот был свк
|
||||
- `address_truth_harness_phase18_semantic_dialog_authority:step_07_unsupported_current_meaning_boundary` | tags: off_domain_living_chat, stale_replay_forbidden | question: а чем капибара отличается от утки?
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_01_human_smalltalk_sanity` | tags: human_answer, mcp_discovery_gate_sanity, meta_smalltalk | question: привет, ты на связи?
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_02_supported_counterparty_documents_stays_exact` | tags: counterparty_documents, supported_route_not_hijacked_by_mcp_discovery | question: покажи документы по свк за 2020
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_03_counterparty_lifecycle_uses_guarded_discovery` | tags: mcp_discovery_response_gate, counterparty_lifecycle, unsupported_current_turn_meaning_boundary | question: сколько лет мы работаем с Группа СВК?
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_04_counterparty_value_flow_uses_guarded_discovery` | tags: mcp_discovery_value_flow, counterparty_turnover, unsupported_current_turn_meaning_boundary | question: какой денежный поток был у Группа СВК за 2020 год?
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_05_counterparty_supplier_payout_uses_guarded_discovery` | tags: mcp_discovery_supplier_payout, counterparty_outgoing_payments, unsupported_current_turn_meaning_boundary | question: сколько мы заплатили Группа СВК за 2020 год?
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_06_counterparty_bidirectional_net_flow_uses_guarded_discovery` | tags: mcp_discovery_bidirectional_value_flow, counterparty_net_cash_flow, unsupported_current_turn_meaning_boundary | question: какое нетто по деньгам с Группа СВК за 2020 год: сколько получили и сколько заплатили?
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_07_counterparty_bidirectional_monthly_net_flow_uses_guarded_discovery` | tags: mcp_discovery_bidirectional_value_flow, counterparty_monthly_net_cash_flow, multi_axis_aggregation, unsupported_current_turn_meaning_boundary | question: какое помесячное нетто по деньгам с Группа СВК за 2020 год: сколько получили и сколько заплатили по месяцам?
|
||||
- `address_truth_harness_phase19_mcp_discovery_response_gate:step_08_off_domain_living_chat_not_hijacked` | tags: off_domain_living_chat, stale_replay_forbidden | question: а чем капибара отличается от утки?
|
||||
- `address_truth_harness_phase20_continuity_stabilization:step_01_top_client_all_time` | tags: value_flow_ranking, temporal_tail_not_entity | question: кто у нас самый доходный клиент за все время?
|
||||
- `address_truth_harness_phase20_continuity_stabilization:step_02_top_year_all_time` | tags: value_flow_ranking, year_tail_not_entity | question: какой у нас самый доходный год?
|
||||
- `address_truth_harness_phase20_continuity_stabilization:step_03_receivables_as_of_may_2017` | tags: receivables_snapshot, exact_not_overwritten, settlements_receivables | question: кто нам должен денег на май 2017?
|
||||
- `address_truth_harness_phase20_continuity_stabilization:step_04_vat_for_same_period` | tags: vat_followup, period_carryover, vat | question: а какой ндс мы должны примерно заплатить за этот период?
|
||||
- `address_truth_harness_phase20_continuity_stabilization:step_05_payables_today` | tags: payables_snapshot, exact_not_overwritten | question: мы должны комуто денег на сегодня?
|
||||
- `address_truth_harness_phase20_continuity_stabilization:step_06_receivables_pronoun_followup` | tags: pronoun_followup, garbage_anchor_forbidden | question: а нам?
|
||||
- `address_truth_harness_phase21_net_followup_after_broad_eval:step_01_company_activity_lifecycle` | tags: company_activity_lifecycle, context_seed | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase21_net_followup_after_broad_eval:step_02_broad_company_evaluation` | tags: broad_evaluation_bridge | question: Как ты оценишь деятельность компании?
|
||||
- `address_truth_harness_phase21_net_followup_after_broad_eval:step_03_net_flow_after_broad_eval` | tags: counterparty_net_cash_flow, stale_lifecycle_override | question: какое нетто по деньгам с Группа СВК за 2020 год: сколько получили и сколько заплатили?
|
||||
- `address_truth_harness_phase22_broad_business_evaluation_bridge:step_01_company_activity_lifecycle` | tags: company_activity_lifecycle, grounded_context_seed | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase22_broad_business_evaluation_bridge:step_02_broad_business_evaluation` | tags: broad_business_evaluation, grounded_summary | question: Как ты оценишь деятельность компании?
|
||||
- `address_truth_harness_phase22_broad_business_evaluation_bridge:step_03_net_flow_after_broad_eval` | tags: counterparty_net_cash_flow, broad_eval_bridge_preserved | question: какое нетто по деньгам с Группа СВК за 2020 год: сколько получили и сколько заплатили?
|
||||
- `address_truth_harness_phase23_broad_eval_short_followup:step_01_net_flow_2020` | tags: counterparty_net_cash_flow, grounded_discovery_seed | question: какое нетто по деньгам с Группа СВК за 2020 год: сколько получили и сколько заплатили?
|
||||
- `address_truth_harness_phase23_broad_eval_short_followup:step_02_broad_business_evaluation` | tags: broad_business_evaluation, context_reframe | question: Как ты оценишь деятельность компании?
|
||||
- `address_truth_harness_phase23_broad_eval_short_followup:step_03_short_year_switch_after_broad_eval` | tags: broad_eval_followup_continuity, year_switch_after_reframe | question: а теперь за 2021?
|
||||
- `address_truth_harness_phase24_metadata_lane_choice_loop:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase24_metadata_lane_choice_loop:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase24_metadata_lane_choice_loop:step_03_choose_movement_lane` | tags: lane_choice_reuse, movement_lane_after_clarification | question: по движениям
|
||||
- `address_truth_harness_phase25_entity_resolution_chain:step_01_resolve_counterparty_from_catalog` | tags: entity_resolution, catalog_grounding, bounded_autonomy | question: найди в 1С контрагента Группа СВК
|
||||
- `address_truth_harness_phase26_entity_followup_chain:step_01_resolve_counterparty_alias` | tags: entity_resolution, alias_grounding, followup_anchor | question: найди в 1С контрагента СВК
|
||||
- `address_truth_harness_phase26_entity_followup_chain:step_02_documents_by_resolved_entity_followup` | tags: entity_resolution, document_evidence, followup_reuse | question: по нему документы за 2020 год
|
||||
- `address_truth_harness_phase26_entity_followup_chain:step_03_movements_by_resolved_entity_followup` | tags: entity_resolution, movement_evidence, followup_reuse | question: а теперь по нему движения за 2020 год
|
||||
- `address_truth_harness_phase27_entity_value_followup_chain:step_01_resolve_counterparty_alias` | tags: entity_resolution, alias_grounding, followup_anchor | question: найди в 1С контрагента СВК
|
||||
- `address_truth_harness_phase27_entity_value_followup_chain:step_02_value_flow_by_resolved_entity_followup` | tags: entity_resolution, counterparty_value_flow, followup_reuse | question: сколько получили по нему за 2020 год
|
||||
- `address_truth_harness_phase27_entity_value_followup_chain:step_03_net_flow_by_resolved_entity_followup` | tags: entity_resolution, counterparty_net_value_flow, followup_reuse | question: а какое нетто по нему за 2020 год
|
||||
- `address_truth_harness_phase28_entity_value_retarget_chain:step_01_resolve_counterparty_alias` | tags: entity_resolution, alias_grounding, followup_anchor | question: найди в 1С контрагента СВК
|
||||
- `address_truth_harness_phase28_entity_value_retarget_chain:step_02_incoming_by_resolved_entity` | tags: entity_resolution, incoming_value_flow, followup_reuse | question: сколько получили по нему за 2020 год
|
||||
- `address_truth_harness_phase28_entity_value_retarget_chain:step_03_payout_switch_by_resolved_entity` | tags: entity_resolution, payout_switch, followup_reuse, date_carryover | question: а теперь сколько заплатили?
|
||||
- `address_truth_harness_phase28_entity_value_retarget_chain:step_04_year_switch_on_payout` | tags: entity_resolution, payout_year_switch, followup_reuse | question: а за 2021?
|
||||
- `address_truth_harness_phase28_entity_value_retarget_chain:step_05_net_switch_after_payout` | tags: entity_resolution, net_switch, followup_reuse, date_carryover | question: а какое нетто?
|
||||
- `address_truth_harness_phase29_value_flow_to_documents_chain:step_01_resolve_counterparty_alias` | tags: entity_resolution, alias_grounding, followup_anchor | question: найди в 1С контрагента СВК
|
||||
- `address_truth_harness_phase29_value_flow_to_documents_chain:step_02_incoming_by_resolved_entity` | tags: entity_resolution, incoming_value_flow, followup_reuse | question: сколько получили по нему за 2020 год
|
||||
- `address_truth_harness_phase29_value_flow_to_documents_chain:step_03_payout_switch_by_resolved_entity` | tags: entity_resolution, payout_switch, followup_reuse, date_carryover | question: а теперь сколько заплатили?
|
||||
- `address_truth_harness_phase29_value_flow_to_documents_chain:step_04_year_switch_on_payout` | tags: entity_resolution, payout_year_switch, followup_reuse | question: а за 2021?
|
||||
- `address_truth_harness_phase29_value_flow_to_documents_chain:step_05_documents_after_value_flow` | tags: entity_resolution, document_evidence, value_flow_pivot, followup_reuse | question: а по документам?
|
||||
- `address_truth_harness_phase30_value_flow_to_movements_chain:step_01_resolve_counterparty_alias` | tags: entity_resolution, alias_grounding, followup_anchor | question: найди в 1С контрагента СВК
|
||||
- `address_truth_harness_phase30_value_flow_to_movements_chain:step_02_incoming_by_resolved_entity` | tags: entity_resolution, incoming_value_flow, followup_reuse | question: сколько получили по нему за 2020 год
|
||||
- `address_truth_harness_phase30_value_flow_to_movements_chain:step_03_payout_switch_by_resolved_entity` | tags: entity_resolution, payout_switch, followup_reuse, date_carryover | question: а теперь сколько заплатили?
|
||||
- `address_truth_harness_phase30_value_flow_to_movements_chain:step_04_year_switch_on_payout` | tags: entity_resolution, payout_year_switch, followup_reuse | question: а за 2021?
|
||||
- `address_truth_harness_phase30_value_flow_to_movements_chain:step_05_movements_after_value_flow` | tags: entity_resolution, movement_evidence, value_flow_pivot, followup_reuse | question: а по движениям?
|
||||
- `address_truth_harness_phase31_entity_ambiguity_probe:step_01_probe_ambiguous_counterparty_search` | tags: entity_resolution, ambiguity_probe, bounded_autonomy | question: найди в 1С контрагента СВК
|
||||
- `address_truth_harness_phase32_planner_selected_chain_end_to_end:step_01_resolve_counterparty_alias` | tags: entity_resolution, alias_grounding, followup_anchor, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=entity_resolution, selected_matches_top=True | question: найди в 1С контрагента СВК
|
||||
- `address_truth_harness_phase32_planner_selected_chain_end_to_end:step_02_incoming_by_resolved_entity` | tags: entity_resolution, incoming_value_flow, followup_reuse, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow, selected_matches_top=True | question: сколько получили по нему за 2020 год
|
||||
- `address_truth_harness_phase32_planner_selected_chain_end_to_end:step_03_payout_switch_by_resolved_entity` | tags: entity_resolution, payout_switch, followup_reuse, date_carryover, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow, selected_matches_top=True | question: а теперь сколько заплатили?
|
||||
- `address_truth_harness_phase32_planner_selected_chain_end_to_end:step_04_net_after_payout` | tags: entity_resolution, net_value_flow, followup_reuse, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow_comparison, selected_matches_top=True | question: а какое нетто?
|
||||
- `address_truth_harness_phase32_planner_selected_chain_end_to_end:step_05_documents_after_net` | tags: entity_resolution, document_evidence, value_flow_pivot, followup_reuse, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=document_evidence, selected_matches_top=True | question: а по документам?
|
||||
- `address_truth_harness_phase32_planner_selected_chain_end_to_end:step_06_movements_after_documents` | tags: entity_resolution, movement_evidence, document_pivot, followup_reuse, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=movement_evidence, selected_matches_top=True | question: а по движениям?
|
||||
- `address_truth_harness_phase33_open_scope_value_flow_comparison:step_01_compare_incoming_vs_outgoing_for_org` | tags: value_flow_comparison, open_scope, organization_scoped, bounded_autonomy | question: что больше: входящие или исходящие деньги за 2020 год по ООО Альтернатива Плюс?
|
||||
- `address_truth_harness_phase34_open_scope_value_flow_totals:step_01_incoming_total_for_org` | tags: value_flow_total, incoming, open_scope, organization_scoped, bounded_autonomy | question: Сколько входящих денег за 2020 год по ООО Альтернатива Плюс?
|
||||
- `address_truth_harness_phase34_open_scope_value_flow_totals:step_02_outgoing_total_for_org` | tags: value_flow_total, outgoing, open_scope, organization_scoped, bounded_autonomy | question: Сколько исходящих денег за 2020 год по ООО Альтернатива Плюс?
|
||||
- `address_truth_harness_phase35_open_scope_org_clarification:step_01_generic_incoming_total_requires_organization` | tags: value_flow_total, incoming, open_scope, organization_clarification, bounded_autonomy | question: Сколько входящих денег за 2020 год?
|
||||
- `address_truth_harness_phase35_open_scope_org_clarification:step_02_org_clarification_resumes_incoming_total` | tags: value_flow_total, incoming, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase35_open_scope_org_clarification:step_03_outgoing_followup_reuses_org_and_period` | tags: value_flow_total, outgoing, organization_followup_reuse, bounded_autonomy | question: а исходящих?
|
||||
- `address_truth_harness_phase36_open_scope_year_switch_after_org_clarification:step_01_generic_incoming_total_requires_organization` | tags: value_flow_total, incoming, open_scope, organization_clarification, bounded_autonomy | question: Сколько входящих денег за 2020 год?
|
||||
- `address_truth_harness_phase36_open_scope_year_switch_after_org_clarification:step_02_org_clarification_resumes_incoming_total` | tags: value_flow_total, incoming, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase36_open_scope_year_switch_after_org_clarification:step_03_year_switch_reuses_org_and_axis` | tags: value_flow_total, incoming, year_switch, organization_followup_reuse, bounded_autonomy | question: а за 2021?
|
||||
- `address_truth_harness_phase36_open_scope_year_switch_after_org_clarification:step_04_outgoing_followup_reuses_org_and_new_year` | tags: value_flow_total, outgoing, year_switch, organization_followup_reuse, bounded_autonomy | question: а исходящих?
|
||||
- `address_truth_harness_phase37_open_scope_comparison_org_clarification:step_01_open_scope_comparison_requires_organization` | tags: value_flow_comparison, open_scope, organization_clarification, bounded_autonomy | question: Что больше за 2020 год: входящих денег или исходящих?
|
||||
- `address_truth_harness_phase37_open_scope_comparison_org_clarification:step_02_org_clarification_resumes_comparison` | tags: value_flow_comparison, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase37_open_scope_comparison_org_clarification:step_03_year_switch_reuses_org_and_comparison` | tags: value_flow_comparison, year_switch, organization_followup_reuse, bounded_autonomy | question: а за 2021?
|
||||
- `address_truth_harness_phase38_open_scope_net_org_clarification:step_01_open_scope_net_requires_organization` | tags: value_flow_net, open_scope, organization_clarification, bounded_autonomy | question: Какое нетто по деньгам за 2020 год: сколько получили и сколько заплатили?
|
||||
- `address_truth_harness_phase38_open_scope_net_org_clarification:step_02_org_clarification_resumes_net` | tags: value_flow_net, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase38_open_scope_net_org_clarification:step_03_year_switch_reuses_org_and_net` | tags: value_flow_net, year_switch, organization_followup_reuse, bounded_autonomy | question: а за 2021?
|
||||
- `address_truth_harness_phase39_open_scope_ranking_org_clarification:step_01_open_scope_ranking_requires_organization` | tags: value_flow_ranking, open_scope, organization_clarification, bounded_autonomy | question: Кто больше всего принес денег за 2020 год?
|
||||
- `address_truth_harness_phase39_open_scope_ranking_org_clarification:step_02_org_clarification_resumes_ranking` | tags: value_flow_ranking, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase39_open_scope_ranking_org_clarification:step_03_year_switch_reuses_org_and_ranking` | tags: value_flow_ranking, year_switch, organization_followup_reuse, bounded_autonomy | question: а за 2021?
|
||||
- `address_truth_harness_phase40_open_scope_all_time_followup:step_01_year_total_for_org` | tags: value_flow_total, incoming, organization_scoped, year_specific, bounded_autonomy | question: Сколько входящих денег за 2017 год по ООО Альтернатива Плюс?
|
||||
- `address_truth_harness_phase40_open_scope_all_time_followup:step_02_all_time_followup_reuses_org_without_stale_year` | tags: value_flow_total, incoming, open_scope, all_time_scope, organization_followup_reuse, bounded_autonomy | question: сколько вообще денег мы заработали за все время?
|
||||
- `address_truth_harness_phase41_saved_chain_all_time_revenue_followup:step_01_top_revenue_year` | tags: value_flow_ranking, self_scope, saved_chain, bounded_autonomy | question: какой у нас самый доходный год
|
||||
- `address_truth_harness_phase41_saved_chain_all_time_revenue_followup:step_02_year_followup_2017` | tags: value_flow_total, year_switch, self_scope, saved_chain, bounded_autonomy | question: а за 2017 мы скок заработали?
|
||||
- `address_truth_harness_phase41_saved_chain_all_time_revenue_followup:step_03_all_time_followup` | tags: value_flow_total, all_time_scope, self_scope, saved_chain, bounded_autonomy | question: сколько вообще денег мы заработали за все время?
|
||||
- `address_truth_harness_phase42_catalog_metadata_drilldown:step_01_catalog_metadata_surface` | tags: catalog_metadata_surface, counterparty_catalog_scope | question: какие справочники 1С есть по контрагентам?
|
||||
- `address_truth_harness_phase42_catalog_metadata_drilldown:step_02_neutral_followup_catalog_drilldown` | tags: catalog_drilldown, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase43_multi_hop_ranking_clarification_loop:step_01_ranking_requires_org_and_period` | tags: value_flow_ranking, multi_hop_clarification, organization_scope, period_scope, bounded_autonomy | question: Кто больше всего принес денег?
|
||||
- `address_truth_harness_phase43_multi_hop_ranking_clarification_loop:step_02_org_only_clarification_keeps_same_loop` | tags: value_flow_ranking, multi_hop_clarification, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase43_multi_hop_ranking_clarification_loop:step_03_period_clarification_completes_same_ranking_loop` | tags: value_flow_ranking, multi_hop_clarification, period_followup_reuse, bounded_autonomy | question: за 2020 год
|
||||
- `address_truth_harness_phase44_multi_hop_comparison_clarification_loop:step_01_comparison_requires_org_and_period` | tags: value_flow_comparison, multi_hop_clarification, organization_scope, period_scope, bounded_autonomy | question: Что больше: входящих денег или исходящих?
|
||||
- `address_truth_harness_phase44_multi_hop_comparison_clarification_loop:step_02_org_only_clarification_keeps_same_comparison_loop` | tags: value_flow_comparison, multi_hop_clarification, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase44_multi_hop_comparison_clarification_loop:step_03_period_clarification_completes_same_comparison_loop` | tags: value_flow_comparison, multi_hop_clarification, period_followup_reuse, bounded_autonomy | question: за 2020 год
|
||||
- `address_truth_harness_phase45_multi_hop_open_total_clarification_loop:step_01_open_total_requires_org_and_period` | tags: value_flow_total, multi_hop_clarification, organization_scope, period_scope, bounded_autonomy | question: Сколько входящих денег?
|
||||
- `address_truth_harness_phase45_multi_hop_open_total_clarification_loop:step_02_org_only_clarification_keeps_same_total_loop` | tags: value_flow_total, multi_hop_clarification, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase45_multi_hop_open_total_clarification_loop:step_03_period_clarification_completes_same_total_loop` | tags: value_flow_total, multi_hop_clarification, period_followup_reuse, bounded_autonomy | question: за 2020 год
|
||||
- `address_truth_harness_phase46_multi_hop_open_net_clarification_loop:step_01_open_net_requires_org_and_period` | tags: value_flow_net, multi_hop_clarification, organization_scope, period_scope, bounded_autonomy | question: Какое нетто по деньгам: сколько получили и сколько заплатили?
|
||||
- `address_truth_harness_phase46_multi_hop_open_net_clarification_loop:step_02_org_only_clarification_keeps_same_net_loop` | tags: value_flow_net, multi_hop_clarification, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase46_multi_hop_open_net_clarification_loop:step_03_period_clarification_completes_same_net_loop` | tags: value_flow_net, multi_hop_clarification, period_followup_reuse, bounded_autonomy | question: за 2020 год
|
||||
- `address_truth_harness_phase47_multi_hop_open_net_period_first_clarification_loop:step_01_open_net_requires_org_and_period` | tags: open_scope_net, multi_hop_clarification, organization_scope, period_scope, bounded_autonomy | question: Какое нетто по деньгам: сколько получили и сколько заплатили?
|
||||
- `address_truth_harness_phase47_multi_hop_open_net_period_first_clarification_loop:step_02_period_only_clarification_keeps_same_net_loop` | tags: open_scope_net, multi_hop_clarification, period_followup_reuse, bounded_autonomy | question: за 2020 год
|
||||
- `address_truth_harness_phase47_multi_hop_open_net_period_first_clarification_loop:step_03_org_clarification_completes_same_net_loop` | tags: open_scope_net, multi_hop_clarification, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase48_multi_hop_open_total_all_time_clarification_loop:step_01_open_total_requires_org_and_period` | tags: open_scope_total, multi_hop_clarification, organization_scope, period_scope, bounded_autonomy | question: Сколько вообще входящих денег было?
|
||||
- `address_truth_harness_phase48_multi_hop_open_total_all_time_clarification_loop:step_02_org_only_clarification_keeps_same_total_loop` | tags: open_scope_total, multi_hop_clarification, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase48_multi_hop_open_total_all_time_clarification_loop:step_03_all_time_clarification_completes_same_total_loop` | tags: open_scope_total, all_time_scope, multi_hop_clarification, bounded_autonomy | question: за все время
|
||||
- `address_truth_harness_phase49_multi_hop_open_ranking_all_time_clarification_loop:step_01_open_ranking_requires_org_and_period` | tags: value_flow_ranking, multi_hop_clarification, organization_scope, period_scope, bounded_autonomy | question: Кто больше всего принес денег?
|
||||
- `address_truth_harness_phase49_multi_hop_open_ranking_all_time_clarification_loop:step_02_org_only_clarification_keeps_same_ranking_loop` | tags: value_flow_ranking, multi_hop_clarification, organization_followup_reuse, bounded_autonomy | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase49_multi_hop_open_ranking_all_time_clarification_loop:step_03_all_time_clarification_completes_same_ranking_loop` | tags: value_flow_ranking, all_time_scope, multi_hop_clarification, bounded_autonomy | question: за все время
|
||||
- `address_truth_harness_phase4_coverage_evidence_mix:step_01_counterparty_documents` | tags: counterparty_documents | question: покажи все документы по чепурнову
|
||||
- `address_truth_harness_phase4_coverage_evidence_mix:step_02_counterparty_shipments_or_fallback` | tags: counterparty_shipment_fallback | question: что нам отгружал чепурнов, какой товар или услугу?
|
||||
- `address_truth_harness_phase4_coverage_evidence_mix:step_03_inventory_reset_march_2021` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase4_coverage_evidence_mix:step_04_selected_item_supplier_temporal_limit` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_phase4_coverage_evidence_mix:step_05_inventory_same_date_restore` | tags: inventory_root, same_date_restore | question: покажи еще раз остатки на эту же дату
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_01_inventory_root_requires_company` | tags: inventory_root, company_clarification | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_02_choose_company` | tags: meta_scope, company_selection | question: давай по Альтернативе Плюс
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_03_inventory_root_after_company` | tags: inventory_root | question: тогда покажи остатки на март 2021
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_04_selected_item_supplier` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_05_selected_item_purchase_date` | tags: selected_object, selected_object_supplier | question: а по этой позиции когда была закупка?
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_06_selected_item_documents` | tags: selected_object, selected_object_documents | question: покажи документы по этой позиции
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_07_inventory_same_date_restore` | tags: inventory_root, same_date_restore | question: покажи еще раз остатки на эту же дату
|
||||
- `address_truth_harness_phase4_inventory_answer_shape_continuity:step_08_memory_recap_business_only` | tags: meta_memory | question: а что мы уже выяснили по этой позиции?
|
||||
- `address_truth_harness_phase50_metadata_movement_org_period_clarification_loop:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase50_metadata_movement_org_period_clarification_loop:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase50_metadata_movement_org_period_clarification_loop:step_03_movement_lane_requires_org_and_period` | tags: movement_lane_after_clarification, remaining_gaps, organization_scope, period_scope | question: по движениям
|
||||
- `address_truth_harness_phase50_metadata_movement_org_period_clarification_loop:step_04_org_only_clarification_keeps_same_movement_loop` | tags: movement_lane_after_clarification, organization_followup_reuse, period_scope | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase51_metadata_lane_choice_with_org_inline:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase51_metadata_lane_choice_with_org_inline:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase51_metadata_lane_choice_with_org_inline:step_03_inline_lane_choice_with_org_keeps_only_period_gap` | tags: movement_lane_after_clarification, inline_organization_clarification, remaining_period_gap_only | question: по движениям по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase52_metadata_movement_full_recovery:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase52_metadata_movement_full_recovery:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase52_metadata_movement_full_recovery:step_03_inline_lane_choice_with_org_keeps_only_period_gap` | tags: movement_lane_after_clarification, inline_organization_clarification, remaining_period_gap_only | question: по движениям по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase52_metadata_movement_full_recovery:step_04_period_clarification_executes_same_movement_loop` | tags: movement_lane_execution, period_gap_closed, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase53_metadata_movement_period_first_recovery:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase53_metadata_movement_period_first_recovery:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase53_metadata_movement_period_first_recovery:step_03_movement_lane_requires_both_gaps` | tags: movement_lane_after_clarification, remaining_gaps | question: по движениям
|
||||
- `address_truth_harness_phase53_metadata_movement_period_first_recovery:step_04_period_first_keeps_only_organization_gap` | tags: period_first_recovery, remaining_org_gap_only | question: за 2020 год
|
||||
- `address_truth_harness_phase53_metadata_movement_period_first_recovery:step_05_organization_closes_same_loop_and_executes_retrieval` | tags: organization_second_recovery, bounded_retrieval | question: по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase54_metadata_document_full_recovery:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase54_metadata_document_full_recovery:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase54_metadata_document_full_recovery:step_03_inline_document_choice_with_org_keeps_only_period_gap` | tags: document_lane_after_clarification, inline_organization_clarification, remaining_period_gap_only | question: по документам по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase54_metadata_document_full_recovery:step_04_period_clarification_executes_same_document_loop` | tags: document_lane_execution, period_gap_closed, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase55_metadata_movement_year_switch_after_retrieval:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase55_metadata_movement_year_switch_after_retrieval:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase55_metadata_movement_year_switch_after_retrieval:step_03_inline_lane_choice_with_org_keeps_only_period_gap` | tags: movement_lane_after_clarification, inline_organization_clarification | question: по движениям по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase55_metadata_movement_year_switch_after_retrieval:step_04_period_clarification_executes_same_movement_loop` | tags: movement_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase55_metadata_movement_year_switch_after_retrieval:step_05_year_switch_keeps_same_movement_loop` | tags: year_switch_followup, movement_lane_continuity, same_organization_reuse | question: а теперь за 2021?
|
||||
- `address_truth_harness_phase56_metadata_retrieval_to_document_pivot:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase56_metadata_retrieval_to_document_pivot:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase56_metadata_retrieval_to_document_pivot:step_03_inline_lane_choice_with_org_keeps_only_period_gap` | tags: movement_lane_after_clarification, inline_organization_clarification | question: по движениям по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase56_metadata_retrieval_to_document_pivot:step_04_period_clarification_executes_same_movement_loop` | tags: movement_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase56_metadata_retrieval_to_document_pivot:step_05_document_pivot_keeps_same_scope` | tags: document_pivot_after_retrieval, scope_reuse, same_proof_path_family_shift | question: а теперь по документам?
|
||||
- `address_truth_harness_phase57_metadata_movement_all_time_after_retrieval:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase57_metadata_movement_all_time_after_retrieval:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase57_metadata_movement_all_time_after_retrieval:step_03_inline_lane_choice_with_org_keeps_only_period_gap` | tags: movement_lane_after_clarification, inline_organization_clarification | question: по движениям по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase57_metadata_movement_all_time_after_retrieval:step_04_period_clarification_executes_same_movement_loop` | tags: movement_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase57_metadata_movement_all_time_after_retrieval:step_05_all_time_followup_keeps_same_movement_loop` | tags: all_time_followup, movement_lane_continuity, period_cleared | question: а теперь за все время?
|
||||
- `address_truth_harness_phase58_metadata_document_to_movement_pivot:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase58_metadata_document_to_movement_pivot:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase58_metadata_document_to_movement_pivot:step_03_document_lane_with_org_keeps_only_period_gap` | tags: document_lane_after_clarification, inline_organization_clarification | question: по документам по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase58_metadata_document_to_movement_pivot:step_04_period_clarification_executes_same_document_loop` | tags: document_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase58_metadata_document_to_movement_pivot:step_05_movement_pivot_keeps_same_scope` | tags: movement_pivot_after_document_retrieval, scope_reuse, same_proof_path_family_shift | question: а теперь по движениям?
|
||||
- `address_truth_harness_phase59_metadata_document_all_time_after_retrieval:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase59_metadata_document_all_time_after_retrieval:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase59_metadata_document_all_time_after_retrieval:step_03_inline_document_choice_with_org_keeps_only_period_gap` | tags: document_lane_after_clarification, inline_organization_clarification | question: по документам по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase59_metadata_document_all_time_after_retrieval:step_04_period_clarification_executes_same_document_loop` | tags: document_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase59_metadata_document_all_time_after_retrieval:step_05_all_time_followup_keeps_same_document_loop` | tags: all_time_followup, document_lane_continuity, period_cleared | question: а теперь за все время?
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_01_smalltalk` | tags: meta_smalltalk | question: привет, как дела?
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_02_data_scope_meta` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_03_inventory_root_march_2021` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_04_selected_item_supplier` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_05_selected_item_documents` | tags: selected_object, selected_object_documents | question: По выбранному объекту "Столешница 600*3050*26 альмандин": покажи документы по этой позиции
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_06_inventory_same_date_restore` | tags: inventory_root, same_date_restore | question: покажи еще раз остатки на эту же дату
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_07_organization_fact_boundary` | tags: meta_scope, organization_fact_boundary | question: а какой возраст у Альтернативы Плюс?
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_08_capability_meta_interrupt` | tags: meta_capability | question: что ты умеешь?
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_09_memory_recap_after_interrupts` | tags: meta_memory | question: а ты помнишь, что мы по этой позиции уже выяснили?
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_10_receivables_march_2020` | tags: settlements_receivables | question: кто нам должен на март 2020
|
||||
- `address_truth_harness_phase5_assistantservice_boundary_transition_mix:step_11_inventory_same_date_cross_domain` | tags: inventory_root, same_date_pivot | question: остатки по складу на эту же дату
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_01_smalltalk` | tags: meta_smalltalk | question: привет, как дела?
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_02_data_scope_meta` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_03_inventory_root_requires_company` | tags: inventory_root, company_clarification | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_04_choose_company` | tags: meta_scope, company_selection | question: давай по Альтернативе Плюс
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_05_inventory_root_after_company` | tags: inventory_root, company_selected | question: тогда покажи остатки на март 2021
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_06_selected_item_supplier` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_07_selected_item_documents` | tags: selected_object, selected_object_documents | question: По выбранному объекту "Столешница 600*3050*26 альмандин": покажи документы по этой позиции
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_08_inventory_same_date_restore` | tags: inventory_root, same_date_restore | question: покажи еще раз остатки на эту же дату
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_09_company_activity_age` | tags: organization_activity_age, company_selected | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_10_capability_meta_interrupt` | tags: meta_capability | question: что ты умеешь?
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_11_memory_recap_after_interrupts` | tags: meta_memory | question: а ты помнишь, что мы по этой позиции уже выяснили?
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_12_receivables_march_2020` | tags: settlements_receivables | question: кто нам должен на март 2020
|
||||
- `address_truth_harness_phase5_company_selection_and_activity_age:step_13_inventory_same_date_cross_domain` | tags: inventory_root, same_date_pivot | question: остатки по складу на эту же дату
|
||||
- `address_truth_harness_phase5_meta_memory_mix:step_01_inventory_root_march_2021` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase5_meta_memory_mix:step_02_inventory_history_capability_followup` | tags: meta_historical_capability, inventory_root | question: а исторические остатки тоже можешь?
|
||||
- `address_truth_harness_phase5_meta_memory_mix:step_03_data_scope_meta_interrupt` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase5_meta_memory_mix:step_04_selected_item_supplier` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_phase5_meta_memory_mix:step_05_capability_meta_interrupt` | tags: meta_capability | question: что ты умеешь?
|
||||
- `address_truth_harness_phase5_meta_memory_mix:step_06_memory_recap_after_interrupts` | tags: meta_memory | question: а ты помнишь, что мы по этой позиции уже выяснили?
|
||||
- `address_truth_harness_phase60_metadata_document_pivot_year_switch:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase60_metadata_document_pivot_year_switch:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase60_metadata_document_pivot_year_switch:step_03_inline_lane_choice_with_org_keeps_only_period_gap` | tags: movement_lane_after_clarification, inline_organization_clarification | question: по движениям по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase60_metadata_document_pivot_year_switch:step_04_period_clarification_executes_same_movement_loop` | tags: movement_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase60_metadata_document_pivot_year_switch:step_05_document_pivot_keeps_same_scope` | tags: document_pivot_after_retrieval, scope_reuse | question: а теперь по документам?
|
||||
- `address_truth_harness_phase60_metadata_document_pivot_year_switch:step_06_year_switch_keeps_document_lane` | tags: year_switch_followup, document_lane_continuity, post_pivot_continuity | question: а теперь за 2021?
|
||||
- `address_truth_harness_phase61_metadata_movement_pivot_year_switch:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase61_metadata_movement_pivot_year_switch:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase61_metadata_movement_pivot_year_switch:step_03_document_lane_with_org_keeps_only_period_gap` | tags: document_lane_after_clarification, inline_organization_clarification | question: по документам по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase61_metadata_movement_pivot_year_switch:step_04_period_clarification_executes_same_document_loop` | tags: document_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase61_metadata_movement_pivot_year_switch:step_05_movement_pivot_keeps_same_scope` | tags: movement_pivot_after_document_retrieval, scope_reuse, same_proof_path_family_shift | question: а теперь по движениям?
|
||||
- `address_truth_harness_phase61_metadata_movement_pivot_year_switch:step_06_year_switch_keeps_movement_lane` | tags: movement_lane_continuity, year_switch_after_pivot, same_scope_new_period | question: а теперь за 2021?
|
||||
- `address_truth_harness_phase62_metadata_movement_pivot_all_time:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase62_metadata_movement_pivot_all_time:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase62_metadata_movement_pivot_all_time:step_03_document_lane_with_org_keeps_only_period_gap` | tags: document_lane_after_clarification, inline_organization_clarification | question: по документам по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase62_metadata_movement_pivot_all_time:step_04_period_clarification_executes_same_document_loop` | tags: document_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase62_metadata_movement_pivot_all_time:step_05_movement_pivot_keeps_same_scope` | tags: movement_pivot_after_document_retrieval, scope_reuse, same_proof_path_family_shift | question: а теперь по движениям?
|
||||
- `address_truth_harness_phase62_metadata_movement_pivot_all_time:step_06_all_time_followup_keeps_movement_lane` | tags: all_time_followup, movement_lane_continuity, period_cleared_after_pivot | question: а теперь за все время?
|
||||
- `address_truth_harness_phase63_metadata_document_pivot_all_time:step_01_metadata_ambiguity_surface` | tags: metadata_surface, mixed_ambiguity, vat | question: какие объекты 1С есть по НДС?
|
||||
- `address_truth_harness_phase63_metadata_document_pivot_all_time:step_02_neutral_followup_requires_lane_choice` | tags: metadata_lane_choice_clarification, neutral_followup | question: давай дальше
|
||||
- `address_truth_harness_phase63_metadata_document_pivot_all_time:step_03_movement_lane_with_org_keeps_only_period_gap` | tags: movement_lane_after_clarification, inline_organization_clarification | question: по движениям по ООО Альтернатива Плюс
|
||||
- `address_truth_harness_phase63_metadata_document_pivot_all_time:step_04_period_clarification_executes_same_movement_loop` | tags: movement_lane_execution, bounded_retrieval | question: за 2020 год
|
||||
- `address_truth_harness_phase63_metadata_document_pivot_all_time:step_05_document_pivot_keeps_same_scope` | tags: document_pivot_after_movement_retrieval, scope_reuse, same_proof_path_family_shift | question: а теперь по документам?
|
||||
- `address_truth_harness_phase63_metadata_document_pivot_all_time:step_06_all_time_followup_keeps_document_lane` | tags: all_time_followup, document_lane_continuity, period_cleared_after_pivot | question: а теперь за все время?
|
||||
- `address_truth_harness_phase64_human_vat_investigation_dialog:step_01_metadata_orientation` | tags: metadata_surface, vat_orientation, human_dialog, vat | question: Мне нужно понять, где в 1С по НДС вообще лежат данные. Какие объекты стоит смотреть по НДС?
|
||||
- `address_truth_harness_phase64_human_vat_investigation_dialog:step_02_choose_movements_with_org` | tags: movement_lane_after_metadata, inline_organization_clarification, human_dialog | question: Хорошо, тогда покажи движения по ООО Альтернатива Плюс.
|
||||
- `address_truth_harness_phase64_human_vat_investigation_dialog:step_03_execute_movement_slice` | tags: movement_lane_execution, bounded_retrieval, human_dialog | question: За 2020 год.
|
||||
- `address_truth_harness_phase64_human_vat_investigation_dialog:step_04_document_pivot_same_scope` | tags: document_pivot_after_movement_retrieval, scope_reuse, human_dialog | question: А теперь по документам?
|
||||
- `address_truth_harness_phase64_human_vat_investigation_dialog:step_05_document_year_switch` | tags: document_lane_continuity, year_switch_after_pivot, human_dialog | question: А теперь за 2021 год?
|
||||
- `address_truth_harness_phase64_human_vat_investigation_dialog:step_06_document_all_time_followup` | tags: document_lane_continuity, all_time_followup, human_dialog | question: А теперь за все время?
|
||||
- `address_truth_harness_phase65_human_svk_money_dialog:step_01_ground_counterparty` | tags: entity_grounding, counterparty_resolution, human_dialog | question: Хочу проверить одного контрагента. Найди в 1С Группу СВК.
|
||||
- `address_truth_harness_phase65_human_svk_money_dialog:step_02_incoming_value_flow` | tags: incoming_value_flow, grounded_counterparty_followup, human_dialog | question: Посмотри, сколько денег мы получили от него за 2020 год.
|
||||
- `address_truth_harness_phase65_human_svk_money_dialog:step_03_outgoing_value_flow` | tags: outgoing_value_flow, grounded_counterparty_followup, human_dialog | question: А теперь сколько мы ему заплатили?
|
||||
- `address_truth_harness_phase65_human_svk_money_dialog:step_04_net_value_flow` | tags: net_value_flow, grounded_counterparty_followup, human_dialog | question: А какое получилось нетто?
|
||||
- `address_truth_harness_phase65_human_svk_money_dialog:step_05_document_pivot` | tags: document_pivot_after_value_flow, grounded_counterparty_followup, human_dialog | question: А по документам?
|
||||
- `address_truth_harness_phase65_human_svk_money_dialog:step_06_movement_pivot` | tags: movement_pivot_after_value_flow, grounded_counterparty_followup, human_dialog | question: А по движениям?
|
||||
- `address_truth_harness_phase65_human_svk_money_dialog:step_07_year_switch_same_counterparty` | tags: year_switch, grounded_counterparty_followup, human_dialog | question: А теперь за 2021 год?
|
||||
- `address_truth_harness_phase66_human_org_open_scope_dialog:step_01_open_scope_incoming_total` | tags: open_scope_total, organization_scope, human_dialog, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow, selected_matches_top=True | question: Хочу быстрый денежный срез по одной организации без привязки к контрагенту. Сколько вообще входящих денег было за 2020 год?
|
||||
- `address_truth_harness_phase66_human_org_open_scope_dialog:step_02_all_time_same_open_scope` | tags: organization_clarification, open_scope_total, human_dialog, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow, selected_matches_top=True | question: По ООО Альтернатива Плюс.
|
||||
- `address_truth_harness_phase66_human_org_open_scope_dialog:step_03_all_time_same_open_scope` | tags: all_time_followup, organization_scope, human_dialog, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow, selected_matches_top=True | question: Понял, тогда за все время.
|
||||
- `address_truth_harness_phase66_human_org_open_scope_dialog:step_04_bidirectional_comparison` | tags: value_flow_comparison, organization_scope, human_dialog, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow_comparison, selected_matches_top=True | question: Хорошо. А что по ООО Альтернатива Плюс больше в 2020 году: входящие или исходящие деньги?
|
||||
- `address_truth_harness_phase66_human_org_open_scope_dialog:step_05_comparison_year_switch` | tags: value_flow_comparison, year_switch, organization_scope, human_dialog, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow_comparison, selected_matches_top=True | question: А что по ООО Альтернатива Плюс больше уже за 2021 год: входящие или исходящие деньги?
|
||||
- `address_truth_harness_phase66_human_org_open_scope_dialog:step_06_ranking_top_counterparty` | tags: value_flow_ranking, organization_scope, human_dialog, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow_ranking, selected_matches_top=True | question: И кто больше всего принес денег этой организации в 2020 году?
|
||||
- `address_truth_harness_phase66_human_org_open_scope_dialog:step_07_ranking_year_switch` | tags: value_flow_ranking, year_switch, organization_scope, human_dialog, planner_catalog_alignment | catalog_alignment: status=selected_matches_top, top=value_flow_ranking, selected_matches_top=True | question: А в 2021 году?
|
||||
- `address_truth_harness_phase67_svk_grounded_counterparty_integrity:step_01_ground_counterparty` | tags: entity_grounding, counterparty_resolution, integrity_guard | question: Хочу проверить одного контрагента. Найди в 1С Группу СВК.
|
||||
- `address_truth_harness_phase67_svk_grounded_counterparty_integrity:step_02_incoming_2020` | tags: incoming_value_flow, grounded_counterparty_followup, integrity_guard | question: Посмотри, сколько денег мы получили от него за 2020 год.
|
||||
- `address_truth_harness_phase67_svk_grounded_counterparty_integrity:step_03_payout_2020_same_counterparty` | tags: outgoing_value_flow, grounded_counterparty_followup, integrity_guard | question: А теперь сколько мы ему заплатили?
|
||||
- `address_truth_harness_phase67_svk_grounded_counterparty_integrity:step_04_net_same_counterparty` | tags: net_value_flow, grounded_counterparty_followup, integrity_guard | question: А какое получилось нетто?
|
||||
- `address_truth_harness_phase67_svk_grounded_counterparty_integrity:step_05_documents_same_counterparty` | tags: document_pivot_after_value_flow, grounded_counterparty_followup, integrity_guard | question: А по документам?
|
||||
- `address_truth_harness_phase67_svk_grounded_counterparty_integrity:step_06_movements_same_counterparty` | tags: movement_pivot_after_value_flow, grounded_counterparty_followup, integrity_guard | question: А по движениям?
|
||||
- `address_truth_harness_phase67_svk_grounded_counterparty_integrity:step_07_year_switch_same_counterparty` | tags: year_switch, grounded_counterparty_followup, integrity_guard | question: А теперь за 2021 год?
|
||||
- `address_truth_harness_phase68_referential_document_followup_integrity:step_01_documents_by_counterparty` | tags: documents_by_counterparty, referential_followup_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase68_referential_document_followup_integrity:step_02_referential_document_followup` | tags: referential_document_followup, counterparty_carryover, integrity_guard | question: Кроме этого документа есть еще что-то?
|
||||
- `address_truth_harness_phase69_document_to_payments_pronoun_pivot:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pronoun_pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase69_document_to_payments_pronoun_pivot:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase6_provider_axis_mix:step_01_smalltalk` | tags: meta_smalltalk | question: привет, как дела?
|
||||
- `address_truth_harness_phase6_provider_axis_mix:step_02_data_scope_meta` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase6_provider_axis_mix:step_03_capability_meta` | tags: meta_capability | question: что ты можешь по 1С?
|
||||
- `address_truth_harness_phase6_provider_axis_mix:step_04_inventory_root_march_2021` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase6_provider_axis_mix:step_05_historical_capability_followup` | tags: meta_historical_capability, inventory_root | question: а исторические остатки тоже можешь?
|
||||
- `address_truth_harness_phase70_document_to_contracts_pronoun_pivot:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pronoun_pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase70_document_to_contracts_pronoun_pivot:step_02_contracts_by_pronoun_followup` | tags: contracts_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase71_document_to_payments_year_switch:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pronoun_pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase71_document_to_payments_year_switch:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase71_document_to_payments_year_switch:step_03_year_switch_after_payments_pivot` | tags: year_switch_after_pivot, payments_followup, integrity_guard | question: А за 2021?
|
||||
- `address_truth_harness_phase72_document_to_contracts_year_switch:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pronoun_pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase72_document_to_contracts_year_switch:step_02_contracts_by_pronoun_followup` | tags: contracts_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase72_document_to_contracts_year_switch:step_03_year_switch_after_contracts_pivot` | tags: year_switch_after_pivot, contracts_followup, integrity_guard | question: А за 2021?
|
||||
- `address_truth_harness_phase73_document_to_contracts_all_time:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pronoun_pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase73_document_to_contracts_all_time:step_02_contracts_by_pronoun_followup` | tags: contracts_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase73_document_to_contracts_all_time:step_03_all_time_after_contracts_pivot` | tags: all_time_after_pivot, contracts_followup, integrity_guard | question: А за все время?
|
||||
- `address_truth_harness_phase74_document_to_payments_all_time:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pronoun_pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase74_document_to_payments_all_time:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase74_document_to_payments_all_time:step_03_all_time_after_payments_pivot` | tags: all_time_after_pivot, payments_followup, integrity_guard | question: А за все время?
|
||||
- `address_truth_harness_phase75_contracts_to_payments_year_switch:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase75_contracts_to_payments_year_switch:step_02_contracts_by_pronoun_followup` | tags: contracts_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase75_contracts_to_payments_year_switch:step_03_payments_after_contracts_pivot` | tags: payments_followup, second_pivot, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase75_contracts_to_payments_year_switch:step_04_year_switch_after_second_pivot` | tags: year_switch_after_second_pivot, payments_followup, integrity_guard | question: А за 2021?
|
||||
- `address_truth_harness_phase76_contracts_to_payments_all_time:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase76_contracts_to_payments_all_time:step_02_contracts_by_pronoun_followup` | tags: contracts_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase76_contracts_to_payments_all_time:step_03_payments_after_contracts_pivot` | tags: payments_followup, second_pivot, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase76_contracts_to_payments_all_time:step_04_all_time_after_second_pivot` | tags: all_time_after_second_pivot, payments_followup, integrity_guard | question: А за все время?
|
||||
- `address_truth_harness_phase77_payments_to_contracts_year_switch:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase77_payments_to_contracts_year_switch:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase77_payments_to_contracts_year_switch:step_03_contracts_after_payments_pivot` | tags: contracts_followup, second_pivot, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase77_payments_to_contracts_year_switch:step_04_year_switch_after_second_pivot` | tags: year_switch_after_second_pivot, contracts_followup, integrity_guard | question: А за 2021?
|
||||
- `address_truth_harness_phase78_payments_to_contracts_all_time:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase78_payments_to_contracts_all_time:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase78_payments_to_contracts_all_time:step_03_contracts_after_payments_pivot` | tags: contracts_followup, second_pivot, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase78_payments_to_contracts_all_time:step_04_all_time_after_second_pivot` | tags: all_time_after_second_pivot, contracts_followup, integrity_guard | question: А за все время?
|
||||
- `address_truth_harness_phase79_payments_to_contracts_to_documents_year_switch:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase79_payments_to_contracts_to_documents_year_switch:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase79_payments_to_contracts_to_documents_year_switch:step_03_contracts_after_payments_pivot` | tags: contracts_followup, second_pivot, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase79_payments_to_contracts_to_documents_year_switch:step_04_documents_after_contracts_pivot` | tags: documents_followup, third_pivot, integrity_guard | question: А по нему документы?
|
||||
- `address_truth_harness_phase79_payments_to_contracts_to_documents_year_switch:step_05_year_switch_after_third_pivot` | tags: year_switch_after_third_pivot, documents_followup, integrity_guard | question: А за 2021?
|
||||
- `address_truth_harness_phase7_acceptance_gate_mix:step_01_inventory_march_2021` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase7_acceptance_gate_mix:step_02_selected_item_supplier` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_phase7_acceptance_gate_mix:step_03_selected_item_documents` | tags: selected_object, selected_object_documents | question: По выбранному объекту "Столешница 600*3050*26 альмандин": покажи документы по этой позиции
|
||||
@@ -50,7 +685,6 @@
|
||||
- `address_truth_harness_phase7_acceptance_gate_mix:step_05_data_scope_meta_interrupt` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase7_acceptance_gate_mix:step_06_historical_capability_followup` | tags: meta_historical_capability, inventory_root | question: а исторические остатки тоже можешь?
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_01_smalltalk` | tags: meta_smalltalk | question: привет, как дела?
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_02_data_scope_meta` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_01_counterparty_documents` | tags: counterparty_documents | question: покажи все документы по чепурнову
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_02_counterparty_shipments_or_fallback` | tags: counterparty_shipment_fallback | question: что нам отгружал чепурнов, какой товар или услугу?
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_01_inventory_march_2021` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
@@ -63,6 +697,91 @@
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_03_inventory_same_date` | tags: inventory_root, same_date_pivot | question: остатки по складу на эту же дату
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_06_historical_capability_followup` | tags: meta_historical_capability, inventory_root | question: а исторические остатки тоже можешь?
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_04_open_items_account_60` | tags: settlements_account_60 | question: хвосты покажи по счету 60 на август 2022
|
||||
- `address_truth_harness_phase7_meta_domain_mix:step_02_data_scope_meta` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase80_payments_to_contracts_to_documents_all_time:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase80_payments_to_contracts_to_documents_all_time:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase80_payments_to_contracts_to_documents_all_time:step_03_contracts_after_payments_pivot` | tags: contracts_followup, second_pivot, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase80_payments_to_contracts_to_documents_all_time:step_04_documents_after_contracts_pivot` | tags: documents_followup, third_pivot, integrity_guard | question: А по нему документы?
|
||||
- `address_truth_harness_phase80_payments_to_contracts_to_documents_all_time:step_05_all_time_after_third_pivot` | tags: all_time_after_third_pivot, documents_followup, integrity_guard | question: А за все время?
|
||||
- `address_truth_harness_phase81_payments_contracts_documents_back_to_payments_year_switch:step_01_documents_by_counterparty` | tags: documents_by_counterparty, pivot_seed, integrity_guard, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase81_payments_contracts_documents_back_to_payments_year_switch:step_02_payments_by_pronoun_followup` | tags: payments_followup, counterparty_pronoun_resolution, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase81_payments_contracts_documents_back_to_payments_year_switch:step_03_contracts_after_payments_pivot` | tags: contracts_followup, second_pivot, integrity_guard | question: А по нему договоры?
|
||||
- `address_truth_harness_phase81_payments_contracts_documents_back_to_payments_year_switch:step_04_documents_after_contracts_pivot` | tags: documents_followup, third_pivot, integrity_guard | question: А по нему документы?
|
||||
- `address_truth_harness_phase81_payments_contracts_documents_back_to_payments_year_switch:step_05_payments_after_third_pivot` | tags: payments_followup, fourth_pivot, integrity_guard | question: А по нему платежи?
|
||||
- `address_truth_harness_phase81_payments_contracts_documents_back_to_payments_year_switch:step_06_year_switch_after_fourth_pivot` | tags: year_switch_after_fourth_pivot, payments_followup, integrity_guard | question: А за 2021?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_01_documents_by_counterparty` | tags: post_f_integrity_hardening, documents_by_counterparty, pivot_seed, human_dialog, counterparty_documents | question: Покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_02_payments_by_pronoun_followup` | tags: post_f_integrity_hardening, payments_followup, counterparty_pronoun_resolution, human_dialog | question: Хорошо, а теперь платежи по нему тоже покажи.
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_03_contracts_after_payments_pivot` | tags: post_f_integrity_hardening, contracts_followup, second_pivot, human_dialog | question: А по нему договоры?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_04_documents_after_contracts_pivot` | tags: post_f_integrity_hardening, documents_followup, third_pivot, human_dialog | question: А по нему документы?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_05_payments_after_third_pivot` | tags: post_f_integrity_hardening, payments_followup, fourth_pivot, human_dialog | question: А по нему платежи?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_06_year_switch_after_fourth_pivot` | tags: post_f_integrity_hardening, year_switch_after_fourth_pivot, payments_followup, human_dialog | question: А за 2021?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_07_open_scope_incoming_total` | tags: organization_scope, open_scope_total, topic_reset, human_dialog | question: С Жуковкой закончили. Теперь нужна другая задача: быстрый денежный срез по одной организации. Если для ответа нужна организация, просто уточни ее. Сколько вообще входящих денег было за 2020 год?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_08_open_scope_org_clarification` | tags: organization_scope, open_scope_total, organization_clarification, human_dialog | question: По ООО Альтернатива Плюс.
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_09_open_scope_all_time_followup` | tags: organization_scope, all_time_followup, human_dialog | question: Понял, тогда за все время.
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_10_bidirectional_comparison` | tags: organization_scope, value_flow_comparison, human_dialog | question: Хорошо. А что по ООО Альтернатива Плюс больше в 2020 году: входящие или исходящие деньги?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_11_comparison_year_switch` | tags: organization_scope, value_flow_comparison, year_switch, human_dialog | question: А что по ООО Альтернатива Плюс больше уже за 2021 год: входящие или исходящие деньги?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_12_ranking_top_counterparty` | tags: organization_scope, value_flow_ranking, human_dialog | question: И кто больше всего принес денег этой организации в 2020 году?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_13_ranking_year_switch` | tags: organization_scope, value_flow_ranking, year_switch, human_dialog | question: А в 2021 году?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_14_ground_named_counterparty` | tags: grounded_counterparty, topic_reset, human_dialog | question: Теперь отдельная тема по конкретному контрагенту. Найди в 1С Группу СВК.
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_15_counterparty_incoming_2020` | tags: grounded_counterparty, incoming_value_flow, human_dialog | question: Сколько получили по нему за 2020 год?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_16_counterparty_payout_followup` | tags: grounded_counterparty, payout_value_flow, human_dialog | question: А теперь сколько заплатили?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_17_counterparty_net_followup` | tags: grounded_counterparty, net_value_flow, human_dialog | question: А какое нетто?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_18_counterparty_documents_pivot` | tags: grounded_counterparty, documents_pivot, human_dialog, counterparty_documents | question: А по документам?
|
||||
- `address_truth_harness_phase82_human_mixed_integrity_status_dialog:step_19_counterparty_movements_pivot` | tags: grounded_counterparty, movements_pivot, human_dialog | question: А по движениям?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_01_smalltalk` | tags: meta_smalltalk | question: привет, как дела?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_02_data_scope_meta` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_03_counterparty_documents` | tags: counterparty_documents | question: покажи все документы по чепурнову
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_04_counterparty_shipments` | tags: counterparty_shipment_fallback | question: что нам отгружал чепурнов, какой товар или услугу?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_05_inventory_root_after_counterparty` | tags: inventory_root, company_authority_probe | question: какие остатки на складе на март 2021
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_06_selected_item_supplier` | tags: selected_object, selected_object_supplier | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_07_capability_meta` | tags: meta_capability | question: что ты умеешь?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_08_selected_item_documents` | tags: selected_object, selected_object_documents | question: По выбранному объекту "Столешница 600*3050*26 альмандин": покажи документы по этой позиции
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_09_memory_recap` | tags: meta_memory | question: а ты помнишь, что мы по этой позиции уже выяснили?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_10_receivables_march_2020` | tags: settlements_receivables | question: кто нам должен на март 2020
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_11_inventory_same_date_after_receivables` | tags: inventory_root, same_date_pivot | question: остатки по складу на эту же дату
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_12_historical_inventory_capability` | tags: meta_historical_capability, inventory_root | question: а исторические остатки ты можешь дать?
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_13_open_items_account_60` | tags: settlements_account_60 | question: хвосты покажи по счету 60 на август 2022
|
||||
- `address_truth_harness_phase8_manual_runtime_authority_mix:step_14_company_activity_age` | tags: organization_activity_age, company_selected | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase9_proactive_scope_offer:step_01_smalltalk_with_scope_offer` | tags: meta_smalltalk, proactive_scope_offer | question: привет, как дела?
|
||||
- `address_truth_harness_phase9_proactive_scope_offer:step_02_choose_organization` | tags: company_selected, living_scope_selection | question: Альтернатива Плюс
|
||||
- `address_truth_harness_phase9_proactive_scope_offer:step_03_company_activity_age` | tags: organization_activity_age, company_selected | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `address_truth_harness_phase9_proactive_scope_offer:step_04_receivables_root` | tags: settlements_receivables, company_selected | question: кто нам должен на март 2020?
|
||||
- `address_truth_harness_phase9_proactive_scope_offer:step_05_inventory_same_date` | tags: inventory_root, same_date_pivot, company_authority | question: остатки по складу на эту же дату
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_01_vat_metadata_orientation` | tags: legacy_phase64, metadata_surface, vat_orientation, cross_stage_canary, vat | question: Мне нужно понять, где в 1С по НДС вообще лежат данные. Какие объекты стоит смотреть по НДС?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_02_vat_movements_org_needs_period` | tags: legacy_phase64, movement_lane_after_metadata, organization_scope, vat | question: Хорошо, тогда покажи движения по ООО Альтернатива Плюс.
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_03_vat_movements_2020` | tags: legacy_phase64, movement_execution, period_clarification_resume, vat | question: За 2020 год.
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_04_vat_documents_pivot` | tags: legacy_phase64, document_pivot_after_movement, scope_reuse, vat | question: А теперь по документам?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_05_vat_documents_year_switch` | tags: legacy_phase64, year_switch_after_document_pivot, vat | question: А теперь за 2021 год?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_06_vat_documents_all_time` | tags: legacy_phase64, all_time_followup, document_lane_continuity, vat | question: А теперь за все время?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_07_reset_to_numeric_counterparty_documents` | tags: post_f, numeric_counterparty_suffix, account_injection_guard, topic_reset, counterparty_documents, vat | question: С НДС закончили. Новая тема: покажи документы по Жуковке 51.
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_08_numeric_counterparty_payments` | tags: post_f, counterparty_pronoun_resolution, payments_followup | question: Хорошо, а теперь платежи по нему тоже покажи.
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_09_numeric_counterparty_contracts` | tags: post_f, contracts_followup, repeated_pivot | question: А по нему договоры?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_10_numeric_counterparty_documents_again` | tags: post_f, documents_followup, repeated_pivot, counterparty_documents | question: А по нему документы?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_11_numeric_counterparty_year_switch` | tags: post_f, year_switch_after_repeated_pivot | question: А за 2021?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_12_open_org_money_requires_clarification` | tags: post_f, open_scope_total, organization_clarification, topic_reset | question: С Жуковкой закончили. Теперь другая задача: быстрый денежный срез по одной организации. Если для ответа нужна организация, просто уточни ее. Сколько вообще входящих денег было за 2020 год?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_13_open_org_clarification_answer` | tags: post_f, organization_scope, clarification_resume | question: По ООО Альтернатива Плюс.
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_14_open_org_all_time` | tags: post_f, organization_scope, all_time_followup | question: Понял, тогда за все время.
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_15_open_org_bidirectional_2020` | tags: post_f, bidirectional_value_flow, organization_scope | question: Хорошо. А что по ООО Альтернатива Плюс больше в 2020 году: входящие или исходящие деньги?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_16_open_org_ranking_2020` | tags: legacy_phase39, value_flow_ranking, organization_scope | question: И кто больше всего принес денег этой организации в 2020 году?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_17_open_org_ranking_year_switch` | tags: legacy_phase39, year_switch, organization_scope | question: А в 2021 году?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_18_ground_svk_counterparty` | tags: legacy_phase67, grounded_counterparty, topic_reset | question: Теперь отдельная тема по конкретному контрагенту. Найди в 1С Группу СВК.
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_19_svk_incoming_2020` | tags: legacy_phase67, grounded_counterparty, incoming_value_flow | question: Сколько получили по нему за 2020 год?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_20_svk_payout` | tags: legacy_phase67, grounded_counterparty, payout_value_flow | question: А теперь сколько заплатили?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_21_svk_net` | tags: legacy_phase67, grounded_counterparty, net_value_flow | question: А какое нетто?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_22_svk_documents_pivot` | tags: legacy_phase67, grounded_counterparty, documents_pivot | question: А по документам?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_23_svk_movements_pivot` | tags: legacy_phase67, grounded_counterparty, movements_pivot | question: А по движениям?
|
||||
- `address_truth_harness_post_f_cross_stage_canary_agent_20260424:step_24_svk_year_switch` | tags: legacy_phase67, grounded_counterparty, year_switch | question: А теперь тот же смысл за 2021 год.
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_01_inventory_root` | tags: manual_9lieoh, inventory_context, inventory_root | question: кайф - что там на складе по остаткам?
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_02_choose_org` | tags: manual_9lieoh, organization_scope | question: АЛЬТЕРНАТИВА
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_03_inventory_march_2016` | tags: manual_9lieoh, purchase_date_context | question: март 2016
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_04_workstation_purchase` | tags: manual_9lieoh, selected_object_purchase, selected_object | question: По выбранному объекту "Рабочая станция универсального специалиста (индивидуальное изготовление)": где взяли это?
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_05_vat_purchase_date` | tags: manual_9lieoh, vat_failure_11, materialization_gap, vat | question: ндс можешь прикинуть на дату покупки рабочей станции?
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_06_vat_feb_2017` | tags: manual_9lieoh, vat_failure_13, vat | question: прикинь какой ндс нам надо заплатить на февраль 2017
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_07_highest_value_customer` | tags: manual_9lieoh, revenue_ranking_failure_14 | question: кто у нас самый доходный клиент за все время
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_08_documents_chepurnov` | tags: manual_9lieoh, counterparty_grounding, counterparty_documents | question: по чепурнову покажи все доки
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_09_pivot_svk` | tags: manual_9lieoh, counterparty_retarget | question: а по свк
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_10_inventory_today` | tags: manual_9lieoh, stale_inventory_scope, inventory_root | question: а сейчас у нас есть что на складе?
|
||||
- `address_truth_harness_post_f_manual_failures_20260424:step_11_chepurnov_item_flow` | tags: manual_9lieoh, item_flow_failure_26, stale_scope_guard, counterparty_shipment_fallback | question: что нам отгружал чепурнов? какой товар или услугу?
|
||||
- `address_truth_harness_targeted_counterparty_tails:step_01_documents_by_counterparty` | tags: counterparty_documents | question: покажи все документы по чапурнову
|
||||
- `address_truth_harness_targeted_counterparty_tails:step_02_counterparty_item_flow` | tags: counterparty_shipment_fallback | question: что нам отгружал чапурнов? какой товар или услугу?
|
||||
- `address_truth_harness_targeted_counterparty_tails:step_03_inventory_reset` | tags: inventory_root | question: какие остатки на складе на сегодня?
|
||||
@@ -83,7 +802,6 @@
|
||||
- `address_truth_harness_test2:step_14_receivables_today` | tags: settlements_receivables | question: а на сегодня
|
||||
|
||||
## Saved session questions
|
||||
- `assistant_saved_session_20260416175150_gen-mo1s0m9z-ndf56a3:q01` | tags: meta_smalltalk | question: привет как дела
|
||||
- `assistant_saved_session_20260416182626_gen-mo1t93wq-jy0453e:q01` | tags: meta_smalltalk | question: приветик - че как там дела
|
||||
- `assistant_saved_session_20260416182626_gen-mo1t93wq-jy0453e:q02` | tags: meta_capability | question: расскажи что можешь интересного
|
||||
- `assistant_saved_session_20260416182626_gen-mo1t93wq-jy0453e:q03` | tags: inventory_root | question: кайф - что там на складе по остаткам?
|
||||
@@ -164,3 +882,152 @@
|
||||
- `assistant_saved_session_20260417093144_gen-ag04170931-6bb7e5:q12` | tags: inventory_root | question: остатки по складу на эту же дату
|
||||
- `assistant_saved_session_20260417093144_gen-ag04170931-6bb7e5:q13` | tags: meta_historical_capability, inventory_root | question: а исторические остатки тоже можешь?
|
||||
- `assistant_saved_session_20260417093144_gen-ag04170931-6bb7e5:q14` | tags: none | question: хвосты покажи по счету 60 на август 2022
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q01` | tags: meta_smalltalk | question: привет, как дела?
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q02` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q03` | tags: counterparty_documents | question: покажи все документы по чепурнову
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q04` | tags: counterparty_shipment_fallback | question: что нам отгружал чепурнов, какой товар или услугу?
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q05` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q06` | tags: selected_object | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q07` | tags: meta_capability | question: что ты умеешь?
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q08` | tags: selected_object | question: По выбранному объекту "Столешница 600*3050*26 альмандин": покажи документы по этой позиции
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q09` | tags: meta_memory | question: а ты помнишь, что мы по этой позиции уже выяснили?
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q10` | tags: inventory_root | question: покажи еще раз остатки на эту же дату
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q11` | tags: settlements_receivables | question: кто нам должен на март 2020
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q12` | tags: inventory_root | question: остатки по складу на эту же дату
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q13` | tags: meta_historical_capability, inventory_root | question: а исторические остатки тоже можешь?
|
||||
- `assistant_saved_session_20260417094132_gen-ag04170941-87680e:q14` | tags: none | question: хвосты покажи по счету 60 на август 2022
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q01` | tags: meta_smalltalk | question: привет, как дела?
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q02` | tags: meta_scope | question: по какой компании мы сейчас работаем?
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q03` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q04` | tags: none | question: давай по Альтернативе Плюс
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q05` | tags: inventory_root | question: тогда покажи остатки на март 2021
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q06` | tags: selected_object | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q07` | tags: selected_object | question: По выбранному объекту "Столешница 600*3050*26 альмандин": покажи документы по этой позиции
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q08` | tags: inventory_root | question: покажи еще раз остатки на эту же дату
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q09` | tags: none | question: а по Альтернативе Плюс сколько лет активности в базе 1С?
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q10` | tags: meta_capability | question: что ты умеешь?
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q11` | tags: meta_memory | question: а ты помнишь, что мы по этой позиции уже выяснили?
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q12` | tags: settlements_receivables | question: кто нам должен на март 2020
|
||||
- `assistant_saved_session_20260417132600_gen-ag04171326-15a132:q13` | tags: inventory_root | question: остатки по складу на эту же дату
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q01` | tags: inventory_root | question: какие остатки на складе на март 2021
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q02` | tags: none | question: давай по Альтернативе Плюс
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q03` | tags: inventory_root | question: тогда покажи остатки на март 2021
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q04` | tags: selected_object | question: По выбранному объекту "Столешница 600*3050*26 альмандин": кто нам это поставил?
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q05` | tags: none | question: а по этой позиции когда была закупка?
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q06` | tags: none | question: покажи документы по этой позиции
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q07` | tags: inventory_root | question: покажи еще раз остатки на эту же дату
|
||||
- `assistant_saved_session_20260417150806_gen-ag04171508-760111:q08` | tags: meta_memory | question: а что мы уже выяснили по этой позиции?
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q01` | tags: meta_smalltalk | question: привет как дела
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q02` | tags: none | question: кто намс должен денег на сегодня
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q03` | tags: none | question: что ты можешь
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q04` | tags: settlements_receivables | question: кто нам должен денег на сегодня
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q05` | tags: none | question: а мы кому
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q06` | tags: inventory_root | question: какиек остатки на складе на сегодня
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q07` | tags: none | question: альтернатива
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q08` | tags: none | question: покажи документы по чепурнову
|
||||
- `assistant_saved_session_20260419164457_gen-mo5zy5vo-z9klj34:q09` | tags: none | question: какой оборот был свк
|
||||
- `assistant_saved_session_20260422125154_gen-moa1y0lw-m30gdsz:q01` | tags: none | question: найди в 1С контрагента СВК
|
||||
- `assistant_saved_session_20260422125154_gen-moa1y0lw-m30gdsz:q02` | tags: none | question: сколько получили по нему за 2020 год
|
||||
- `assistant_saved_session_20260422125154_gen-moa1y0lw-m30gdsz:q03` | tags: none | question: а теперь сколько заплатили?
|
||||
- `assistant_saved_session_20260422125154_gen-moa1y0lw-m30gdsz:q04` | tags: none | question: а за 2021?
|
||||
- `assistant_saved_session_20260422125154_gen-moa1y0lw-m30gdsz:q05` | tags: none | question: а какое нетто?
|
||||
- `assistant_saved_session_20260422125154_gen-moa1y0lw-m30gdsz:q06` | tags: none | question: а по документам?
|
||||
- `assistant_saved_session_20260422125154_gen-moa1y0lw-m30gdsz:q07` | tags: none | question: а по движениям?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-3d4cc9:q01` | tags: none | question: Хочу быстрый денежный срез по одной организации без привязки к контрагенту. Сколько вообще входящих денег было за 2020 год?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-3d4cc9:q02` | tags: none | question: По ООО Альтернатива Плюс.
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-3d4cc9:q03` | tags: none | question: Понял, тогда за все время.
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-3d4cc9:q04` | tags: none | question: Хорошо. А что по ООО Альтернатива Плюс больше в 2020 году: входящие или исходящие деньги?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-3d4cc9:q05` | tags: none | question: А что по ООО Альтернатива Плюс больше уже за 2021 год: входящие или исходящие деньги?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-3d4cc9:q06` | tags: none | question: И кто больше всего принес денег этой организации в 2020 году?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-3d4cc9:q07` | tags: none | question: А в 2021 году?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-4fa660:q01` | tags: vat | question: Мне нужно понять, где в 1С по НДС вообще лежат данные. Какие объекты стоит смотреть по НДС?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-4fa660:q02` | tags: vat | question: Хорошо, тогда покажи движения по ООО Альтернатива Плюс.
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-4fa660:q03` | tags: vat | question: За 2020 год.
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-4fa660:q04` | tags: vat | question: А теперь по документам?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-4fa660:q05` | tags: vat | question: А теперь за 2021 год?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-4fa660:q06` | tags: vat | question: А теперь за все время?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-db78b3:q01` | tags: none | question: Хочу проверить одного контрагента. Найди в 1С Группу СВК.
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-db78b3:q02` | tags: none | question: Посмотри, сколько денег мы получили от него за 2020 год.
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-db78b3:q03` | tags: none | question: А теперь сколько мы ему заплатили?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-db78b3:q04` | tags: none | question: А какое получилось нетто?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-db78b3:q05` | tags: none | question: А по документам?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-db78b3:q06` | tags: none | question: А по движениям?
|
||||
- `assistant_saved_session_20260423133622_gen-ag04231336-db78b3:q07` | tags: none | question: А теперь за 2021 год?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q01` | tags: none | question: Покажи документы по Жуковке 51.
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q02` | tags: none | question: Хорошо, а теперь платежи по нему тоже покажи.
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q03` | tags: none | question: А по нему договоры?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q04` | tags: none | question: А по нему документы?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q05` | tags: none | question: А по нему платежи?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q06` | tags: none | question: А за 2021?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q07` | tags: none | question: С Жуковкой закончили. Теперь нужна другая задача: быстрый денежный срез по одной организации. Если для ответа нужна организация, просто уточни ее. Сколько вообще входящих денег было за 2020 год?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q08` | tags: none | question: По ООО Альтернатива Плюс.
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q09` | tags: none | question: Понял, тогда за все время.
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q10` | tags: none | question: Хорошо. А что по ООО Альтернатива Плюс больше в 2020 году: входящие или исходящие деньги?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q11` | tags: none | question: А что по ООО Альтернатива Плюс больше уже за 2021 год: входящие или исходящие деньги?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q12` | tags: none | question: И кто больше всего принес денег этой организации в 2020 году?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q13` | tags: none | question: А в 2021 году?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q14` | tags: none | question: Теперь отдельная тема по конкретному контрагенту. Найди в 1С Группу СВК.
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q15` | tags: none | question: Сколько получили по нему за 2020 год?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q16` | tags: none | question: А теперь сколько заплатили?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q17` | tags: none | question: А какое нетто?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q18` | tags: none | question: А по документам?
|
||||
- `assistant_saved_session_20260423184425_gen-ag04231844-8e552a:q19` | tags: none | question: А по движениям?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q01` | tags: vat | question: Мне нужно понять, где в 1С по НДС вообще лежат данные. Какие объекты стоит смотреть по НДС?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q02` | tags: none | question: Хорошо, тогда покажи движения по ООО Альтернатива Плюс.
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q03` | tags: none | question: За 2020 год.
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q04` | tags: none | question: А теперь по документам?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q05` | tags: none | question: А теперь за 2021 год?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q06` | tags: none | question: А теперь за все время?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q07` | tags: vat | question: С НДС закончили. Новая тема: покажи документы по Жуковке 51.
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q08` | tags: none | question: Хорошо, а теперь платежи по нему тоже покажи.
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q09` | tags: none | question: А по нему договоры?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q10` | tags: none | question: А по нему документы?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q11` | tags: none | question: А за 2021?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q12` | tags: none | question: С Жуковкой закончили. Теперь другая задача: быстрый денежный срез по одной организации. Если для ответа нужна организация, просто уточни ее. Сколько вообще входящих денег было за 2020 год?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q13` | tags: none | question: По ООО Альтернатива Плюс.
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q14` | tags: none | question: Понял, тогда за все время.
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q15` | tags: none | question: Хорошо. А что по ООО Альтернатива Плюс больше в 2020 году: входящие или исходящие деньги?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q16` | tags: none | question: И кто больше всего принес денег этой организации в 2020 году?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q17` | tags: none | question: А в 2021 году?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q18` | tags: none | question: Теперь отдельная тема по конкретному контрагенту. Найди в 1С Группу СВК.
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q19` | tags: none | question: Сколько получили по нему за 2020 год?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q20` | tags: none | question: А теперь сколько заплатили?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q21` | tags: none | question: А какое нетто?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q22` | tags: none | question: А по документам?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q23` | tags: none | question: А по движениям?
|
||||
- `assistant_saved_session_20260424140630_gen-ag04241406-abe4d8:q24` | tags: none | question: А теперь тот же смысл за 2021 год.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q01` | tags: vat | question: Мне нужно понять, где в 1С по НДС вообще лежат данные. Какие объекты стоит смотреть по НДС?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q02` | tags: none | question: Хорошо, тогда покажи движения по ООО Альтернатива Плюс.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q03` | tags: none | question: За 2020 год.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q04` | tags: none | question: А теперь по документам?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q05` | tags: none | question: А теперь за 2021 год?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q06` | tags: none | question: А теперь за все время?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q07` | tags: vat | question: С НДС закончили. Новая тема: покажи документы по Жуковке 51.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q08` | tags: none | question: Хорошо, а теперь платежи по нему тоже покажи.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q09` | tags: none | question: А по нему договоры?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q10` | tags: none | question: А по нему документы?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q11` | tags: none | question: А за 2021?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q12` | tags: none | question: С Жуковкой закончили. Теперь другая задача: быстрый денежный срез по одной организации. Если для ответа нужна организация, просто уточни ее. Сколько вообще входящих денег было за 2020 год?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q13` | tags: none | question: По ООО Альтернатива Плюс.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q14` | tags: none | question: Понял, тогда за все время.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q15` | tags: none | question: Хорошо. А что по ООО Альтернатива Плюс больше в 2020 году: входящие или исходящие деньги?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q16` | tags: none | question: И кто больше всего принес денег этой организации в 2020 году?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q17` | tags: none | question: А в 2021 году?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q18` | tags: none | question: Теперь отдельная тема по конкретному контрагенту. Найди в 1С Группу СВК.
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q19` | tags: none | question: Сколько получили по нему за 2020 год?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q20` | tags: none | question: А теперь сколько заплатили?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q21` | tags: none | question: А какое нетто?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q22` | tags: none | question: А по документам?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q23` | tags: none | question: А по движениям?
|
||||
- `assistant_saved_session_20260424161022_gen-ag04241610-84c8bb:q24` | tags: none | question: А теперь тот же смысл за 2021 год.
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q01` | tags: inventory_root | question: кайф - что там на складе по остаткам?
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q02` | tags: none | question: АЛЬТЕРНАТИВА
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q03` | tags: none | question: март 2016
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q04` | tags: selected_object | question: По выбранному объекту "Рабочая станция универсального специалиста (индивидуальное изготовление)": где взяли это?
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q05` | tags: vat | question: ндс можешь прикинуть на дату покупки рабочей станции?
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q06` | tags: vat | question: прикинь какой ндс нам надо заплатить на февраль 2017
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q07` | tags: none | question: кто у нас самый доходный клиент за все время
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q08` | tags: counterparty_documents | question: по чепурнову покажи все доки
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q09` | tags: none | question: а по свк
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q10` | tags: inventory_root | question: а сейчас у нас есть что на складе?
|
||||
- `assistant_saved_session_20260424171031_gen-ag04241710-bdb248:q11` | tags: counterparty_shipment_fallback | question: что нам отгружал чепурнов? какой товар или услугу?
|
||||
|
||||
Reference in New Issue
Block a user