mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-17 13:06:58 +08:00
Fix 802 (#826)
This commit is contained in:
parent
48a303b8e9
commit
4b0d9272ef
@ -165,7 +165,7 @@ For versatile conversational apps using a Q&A format, call the chat-messages API
|
|||||||
/>
|
/>
|
||||||
<Row>
|
<Row>
|
||||||
<Col>
|
<Col>
|
||||||
The first page returns the latest `limit` bar, which is in reverse order.
|
The first page returns the latest `limit` bar, which is in reverse order. Load previous pages by passing the `first_id` of the last message on the current page to the `first_id` parameter of the next request.
|
||||||
|
|
||||||
### Query
|
### Query
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
|
|||||||
/>
|
/>
|
||||||
<Row>
|
<Row>
|
||||||
<Col>
|
<Col>
|
||||||
滚动加载形式返回历史聊天记录,第一页返回最新 `limit` 条,即:倒序返回。
|
滚动加载形式返回历史聊天记录,第一页返回最新 `limit` 条,加载更多时,返回 `first_id` 之前的 `limit` 条。
|
||||||
|
|
||||||
### Query
|
### Query
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user