diff --git a/web/app/components/develop/template/template_workflow.en.mdx b/web/app/components/develop/template/template_workflow.en.mdx index 7e3eb7b8d7..806cf992e0 100644 --- a/web/app/components/develop/template/template_workflow.en.mdx +++ b/web/app/components/develop/template/template_workflow.en.mdx @@ -65,7 +65,7 @@ Workflow applications offers non-session support and is ideal for translation, a ### CompletionResponse Returns the App result, `Content-Type` is `application/json`. - - `log_id` (string) Unique log ID + - `workflow_run_id` (string) Unique ID of workflow execution - `task_id` (string) Task ID, used for request tracking and the below Stop Generate API - `data` (object) detail of result - `id` (string) ID of workflow execution @@ -178,7 +178,7 @@ Workflow applications offers non-session support and is ideal for translation, a ```json {{ title: 'Response' }} { - "log_id": "djflajgkldjgd", + "workflow_run_id": "djflajgkldjgd", "task_id": "9da23599-e713-473b-982c-4328d4f5c78a", "data": { "id": "fdlsjfjejkghjda", diff --git a/web/app/components/develop/template/template_workflow.zh.mdx b/web/app/components/develop/template/template_workflow.zh.mdx index 532ed375c2..090823c504 100644 --- a/web/app/components/develop/template/template_workflow.zh.mdx +++ b/web/app/components/develop/template/template_workflow.zh.mdx @@ -63,7 +63,7 @@ Workflow 应用无会话支持,适合用于翻译/文章写作/总结 AI 等 ### CompletionResponse 返回完整的 App 结果,`Content-Type` 为 `application/json` 。 - - `log_id` (string) 日志 ID + - `workflow_run_id` (string) workflow 执行 ID - `task_id` (string) 任务 ID,用于请求跟踪和下方的停止响应接口 - `data` (object) 详细内容 - `id` (string) workflow 执行 ID @@ -174,7 +174,7 @@ Workflow 应用无会话支持,适合用于翻译/文章写作/总结 AI 等 ```json {{ title: 'Response' }} { - "log_id": "djflajgkldjgd", + "workflow_run_id": "djflajgkldjgd", "task_id": "9da23599-e713-473b-982c-4328d4f5c78a", "data": { "id": "fdlsjfjejkghjda",