From 12b4c5668cb93eb905044c75ba6a2f0c6bf47f65 Mon Sep 17 00:00:00 2001 From: GYH <43509927+chenshuizhong@users.noreply.github.com> Date: Wed, 15 May 2024 16:33:28 +0800 Subject: [PATCH] Updated conversation_api.md document/upload (#787) ### What problem does this PR solve? Updated conversation_api.md document/upload parameter description ### Type of change - [x] Documentation Update --- docs/conversation_api.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/conversation_api.md b/docs/conversation_api.md index 2dd258fd6f..13acec8d9e 100644 --- a/docs/conversation_api.md +++ b/docs/conversation_api.md @@ -315,10 +315,12 @@ This is usually used when upload a file to. ### Parameter: -| name | type | optional | description | -|---------|--------|----------|----------------------------------------| -| file | file | No | Upload file. | -| kb_name | string | No | Choose the upload knowledge base name. | +| name | type | optional | description | +|-----------|--------|----------|---------------------------------------------------------| +| file | file | No | Upload file. | +| kb_name | string | No | Choose the upload knowledge base name. | +| parser_id | string | Yes | Choose the parsing method. | +| run | string | Yes | Parsing will start automatically when the value is "1". | ### Response ```json