|
@@ -71,8 +71,8 @@ Chat applications support session persistence, allowing previous chat history to
|
|
- `upload_file_id` (string) Uploaded file ID, which must be obtained by uploading through the File Upload API in advance (when the transfer method is `local_file`)
|
|
- `upload_file_id` (string) Uploaded file ID, which must be obtained by uploading through the File Upload API in advance (when the transfer method is `local_file`)
|
|
</Property>
|
|
</Property>
|
|
<Property name='auto_generate_name' type='bool' key='auto_generate_name'>
|
|
<Property name='auto_generate_name' type='bool' key='auto_generate_name'>
|
|
- Auto-generate title, default is `false`.
|
|
+ Auto-generate title, default is `true`.
|
|
- Can achieve async title generation by calling the conversation rename API and setting `auto_generate` to true.
|
|
+ If set to `false`, can achieve async title generation by calling the conversation rename API and setting `auto_generate` to `true`.
|
|
</Property>
|
|
</Property>
|
|
</Properties>
|
|
</Properties>
|
|
|
|
|