Skip to main content

📝 文本处理与存储

本章将指导你配置Text Processing节点处理AI生成的摘要,并通过Notion API实现数据持久化存储。

🔄 Text Processing配置

🔗 节点连接

  1. 添加Text Processing节点
  2. 连接到LLM节点输出
  3. 配置数据流向

📊 数据流转

  • 📥 接收LLM输出
  • 🔄 格式化处理
  • 📤 传递到存储节点

⚙️ 参数配置

1️⃣ 输入参数

// 输入参数配置
{
"String1": "{{llm.output.output}}"
}
配置说明

使用模板语法引用LLM节点的输出内容

💾 Notion集成

📥 Write Page配置

  1. 添加Write Page节点
  2. 连接到Text Processing节点
  3. 配置Notion参数
// Notion参数配置
{
"page_id": "你的Notion页面ID",
"text": "{{Text Processing.output}}"
}

⚠️ 注意事项

常见问题
  • 确保页面ID正确
  • 验证访问权限
  • 检查Token有效性

🛠️ 优化建议

📋 文本格式

  • 调整分隔符样式
  • 优化排版布局
  • 提高可读性