appflowy_list_chat_messages
Lists messages from an AI chat in reverse chronological order. Supports pagination with limit and before_message_id to browse through history.
Instructions
List messages in an AI chat, newest first. Use limit to bound the page size and before_message_id to page backwards through history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| chat_id | Yes | ||
| workspace_id | Yes | ||
| before_message_id | No |