瀏覽代碼

fix: wrong translation (#21311)

tags/1.5.0
crazywoola 4 月之前
父節點
當前提交
3fefb34d44
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      web/app/components/develop/template/template_chat.en.mdx

+ 3
- 3
web/app/components/develop/template/template_chat.en.mdx 查看文件

@@ -82,9 +82,9 @@ Chat applications support session persistence, allowing previous chat history to

### ChatCompletionResponse
Returns the complete App result, `Content-Type` is `application/json`.
- `event` (string) 事件类型,固定为 `message`
- `task_id` (string) 任务 ID,用于请求跟踪和下方的停止响应接口
- `id` (string) 唯一ID
- `event` (string) Event type, always `message` in blocking mode.
- `task_id` (string) Task ID, used for request tracking and the below Stop Generate API
- `id` (string) Unique ID, same as `message_id`
- `message_id` (string) Unique message ID
- `conversation_id` (string) Conversation ID
- `mode` (string) App mode, fixed as `chat`

Loading…
取消
儲存