Coze
官网链接低代码 Agent/Workflow 平台,适合快速搭建自动化流程。
访问在 Coze 中利用 Codex 从原始财务数据快速生成 MBR、报告包、差异桥、模型检查和规划场景,提升财务团队的工作效率与准确性。
Generate a Python script that takes {financialData} as input and produces a {reportType} report. If {reportType} is 'model check', also validate against {modelName}. Output should be in {outputFormat}.此处仅展示模板里的占位变量,不是在本站输入。请复制 Prompt 后,在 Coze / Dify / ChatGPT 中替换这些变量。
{financialData}原始财务数据,CSV 或 JSON 格式
填写建议:替换为你的真实业务内容。
{reportType}报告类型,可选值:MBR、variance bridge、model check、planning scenario
填写建议:替换为你的真实业务内容。
{modelName}需要验证的财务模型名称(仅在报告类型为 model check 时使用)
填写建议:替换为你的真实业务内容。
{scenarioParams}规划场景的参数(仅在报告类型为 planning scenario 时使用)
填写建议:替换为你的真实业务内容。
{outputFormat}输出格式,可选值:Excel、PDF、JSON
填写建议:替换为你的真实业务内容。
可在浏览器本地填写变量,自动生成可直接运行的 Prompt。
{financialData}原始财务数据,CSV 或 JSON 格式
{reportType}报告类型,可选值:MBR、variance bridge、model check、planning scenario
{modelName}需要验证的财务模型名称(仅在报告类型为 model check 时使用)
{scenarioParams}规划场景的参数(仅在报告类型为 planning scenario 时使用)
{outputFormat}输出格式,可选值:Excel、PDF、JSON
生成结果预览
Generate a Python script that takes {financialData} as input and produces a {reportType} report. If {reportType} is 'model check', also validate against {modelName}. Output should be in {outputFormat}.需要快速产出 Data Analysis 相关内容,并希望用结构化 Prompt 提升稳定性。
减少从零写 Prompt 的时间,降低输出质量不稳定、漏条件、漏格式的问题。
需要实时联网数据、外部数据库写入或多工具自动编排时,应使用完整工作流(Agent/Automation)版本。
继续浏览同类模板,并搭配相关工具提升效果。
还没有最近浏览记录。
1️⃣ 将 {financialData} 和 {reportType} 作为输入提供给 Codex,生成对应的 Python 脚本或 Excel 公式。
2️⃣ 若 {reportType} 为 'model check',脚本将自动调用 {modelName} 进行验证并输出差异。
3️⃣ 若 {reportType} 为 'planning scenario',脚本使用 {scenarioParams} 进行情景模拟并生成结果。
4️⃣ 运行脚本,生成 {outputFormat} 格式的报告文件,并将文件路径返回给用户。
Data Analysis
这些工具可与当前模板组合使用。