get_chapter_data
Retrieve structured section data and writing points for feasibility or economic evaluation reports by chapter, so you can draft and export a Word report with accurate figures.
Instructions
报告章节取数:可研报告(feasibility,8章)或经济评价报告(econ,6章)按章节返回结构化数据+写作要点,供撰写后走 generate_word_report 出稿。chapter=list 先看目录;数据源 p_id(+stage) 或 reports 对象(无平台项目号时可先 fast_calc_reports 生成11张表再传入)。数字一律引用返回值。模板先看 get_skill_instructions(skill=feasibility_report|econ_report)。 各章返回的 data 键可作 generate_word_report 段落占位符 {{章节.键[.年份|.total]}}(比率可|pct)——数字由系统直灌,推荐用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p_id | No | E投项目号(纯数字,与 reports 二选一) | |
| files | No | 5类输入txt:文件名→全文(与 p_id/reports 三选一——引擎直算标准报表后取章节值,外部会话推荐) | |
| stage | No | 默认 scheme_stage | |
| chapter | No | 章节id(list=目录) | |
| reports | No | 直接提交报表(与 p_id 二选一):{E投标准报表文件名: 原生txt全文},或 JSON {文件名:{行名:{年份:数值}}} / [[表头行],[数据行]...] 二维数组(financial_ratios 传 [{idx,name,m,a}] 列表),或 fast_calc_reports 返回的 tables 整包;可子集 | |
| report_type | Yes | 报告类型 |