Corrected an error in the APi docs (#5398)

This commit is contained in:
Zixuan Cheng
2024-06-19 19:21:16 +08:00
committed by GitHub
parent b1db581ebe
commit b78faa461f
2 changed files with 2 additions and 2 deletions

View File

@@ -679,7 +679,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
### Response
- `data` (array[object]) 会话列表
- `id` (string) 会话 ID
- `name` (string) 会话名称,默认为会话中用户最开始问题的截取
- `name` (string) 会话名称,默认由大语言模型生成
- `inputs` (array[object]) 用户输入参数。
- `introduction` (string) 开场白
- `created_at` (timestamp) 创建时间