| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: add document batch/signed download + reasoning_chunk event (v1.5.0) Track dify 1.16.0-rc1 additions: - POST /datasets/{id}/documents/download-zip: batch download up to 100 documents as a single ZIP archive - GET /datasets/{id}/documents/{doc_id}/download: get a signed URL for a single document's original uploaded file - reasoning_chunk streaming event: LLM nodes with reasoning_format=separated emit chain-of-thought deltas parallel to the message stream. New callback hook onReasoningChunk added to ChatflowStreamCallback and WorkflowStreamCallback. Bumps version to 1.5.0. | 1 个月前 | |
feat: 支持人工介入 (Human Input) 相关工作流事件 (#162) Dify 1.14.2 引入了人工介入节点,工作流会通过 SSE 推送 4 类新事件: human_input_required、workflow_paused、human_input_form_filled、 human_input_form_timeout。本次为它们分别新增事件模型,接入 EventType 枚举、StreamEventDispatcher 分发,并在 WorkflowStreamCallback / ChatflowStreamCallback 上暴露对应回调方法。 | 1 个月前 |