List task chat messages
yougile_chat_list_messagesRetrieve messages from a task's chat by providing the task id. Supports pagination with limit and offset parameters.
Instructions
Read messages from a task's chat. The chat id equals the task id (use the task's id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Task id (the chat id equals the task id). | |
| limit | No | ||
| offset | No |