Skip to content

Commit

Permalink
update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
successren committed Jan 5, 2024
1 parent 38147bf commit 5ecb0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ if __name__ == '__main__':
| user_id | "public" || String | 用户id |
| kb_ids | ["KBb1dd58e8485443ce81166d24f6febda7"] || Array | 知识库id的列表,支持多个知识库联合问答|
| question | "保险单号是多少?" || String | 知识库id的列表,支持多个知识库联合问答|
| history | [["question1","answer1"],["question2","anser2"]] || Array | 历史对话 |
| history | [["question1","answer1"],["question2","answer2"]] || Array | 历史对话 |

### 请求示例

Expand Down

0 comments on commit 5ecb0fb

Please sign in to comment.