#用dify v1.8搭建了一个表单数据收集的工作流程,流程中不涉及数据库访问和保存,只用创建了一个智能体,智能体引入了上面搭建的工作流,工作流目的就是为了对话的形式实现数据收集;单纯工作流运行一切正常,嵌入到智能体之后,运行智能体,执行到工作流之后没有弃用工作流的机制,追踪反馈发现保存,保存内容如下:
tool invoke error: Instance <Account at 0x77b4a84588c0> is not bound to a Session; attribute refresh operation cannot proceed (Background on this error at: https://sqlalche.me/e/20/bhk3)%22
其中并未涉及到数据 的访问
