mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
Fix 802 (#826)
This commit is contained in:
@@ -165,7 +165,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
|
||||
/>
|
||||
<Row>
|
||||
<Col>
|
||||
滚动加载形式返回历史聊天记录,第一页返回最新 `limit` 条,即:倒序返回。
|
||||
滚动加载形式返回历史聊天记录,第一页返回最新 `limit` 条,加载更多时,返回 `first_id` 之前的 `limit` 条。
|
||||
|
||||
### Query
|
||||
|
||||
|
||||
Reference in New Issue
Block a user