(feature)(webapp) add multiple parse infos in history message (#256)

Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
williamhliu
2023-10-18 17:26:43 +08:00
committed by GitHub
parent 7acdf9cb3d
commit 65614ed3ba
12 changed files with 58 additions and 129 deletions

View File

@@ -20,7 +20,7 @@ const ShowCase: React.FC<Props> = ({ agentId, onSendMsg }) => {
if (pageNo === 1) {
setLoading(true);
}
const res = await queryShowCase(agentId, pageNo, 20);
const res = await queryShowCase(agentId, pageNo, 30);
if (pageNo === 1) {
setLoading(false);
}