fix: chatbot service api auto generate name default value error (#2709)

This commit is contained in:
Joel
2024-03-06 13:19:27 +08:00
committed by GitHub
parent c439952a41
commit b1e0db4944
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
- `upload_file_id` 上传文件 ID。仅当传递方式为 `local_file `时)。
</Property>
<Property name='auto_generate_name' type='bool' key='auto_generate_name'>
(选填)自动生成标题,默认 `false`可通过调用会话重命名接口并设置 `auto_generate` 为 `true` 实现异步生成标题。
(选填)自动生成标题,默认 `true`。 若设置为 `false`,则可通过调用会话重命名接口并设置 `auto_generate` 为 `true` 实现异步生成标题。
</Property>
</Properties>