GYH
commited on
Commit
·
9d66cd6
1
Parent(s):
18af531
Updated conversation_api.md document/upload (#787)
Browse files### What problem does this PR solve?
Updated conversation_api.md document/upload parameter description
### Type of change
- [x] Documentation Update
- docs/conversation_api.md +6 -4
docs/conversation_api.md
CHANGED
|
@@ -315,10 +315,12 @@ This is usually used when upload a file to.
|
|
| 315 |
|
| 316 |
### Parameter:
|
| 317 |
|
| 318 |
-
| name
|
| 319 |
-
|
| 320 |
-
| file
|
| 321 |
-
| kb_name
|
|
|
|
|
|
|
| 322 |
|
| 323 |
### Response
|
| 324 |
```json
|
|
|
|
| 315 |
|
| 316 |
### Parameter:
|
| 317 |
|
| 318 |
+
| name | type | optional | description |
|
| 319 |
+
|-----------|--------|----------|---------------------------------------------------------|
|
| 320 |
+
| file | file | No | Upload file. |
|
| 321 |
+
| kb_name | string | No | Choose the upload knowledge base name. |
|
| 322 |
+
| parser_id | string | Yes | Choose the parsing method. |
|
| 323 |
+
| run | string | Yes | Parsing will start automatically when the value is "1". |
|
| 324 |
|
| 325 |
### Response
|
| 326 |
```json
|