fix: wrong translation (#21311)

This commit is contained in:
crazywoola
2025-06-21 11:51:52 +08:00
committed by GitHub
parent 870e73c03b
commit 3fefb34d44

View File

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