get_messages_by_sender
Filter messages in a chat session by exact sender ID within a bounded window. Returns scanned count, cursor, and coverage boundaries, avoiding nickname mismatches.
Instructions
在一个会话的有界消息窗口中按发送者ID精确筛选;返回扫描数、游标和覆盖边界。不会把昵称相似当同一人。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| end_time | No | ||
| sender_id | Yes | ||
| scan_limit | No | ||
| session_id | Yes | ||
| start_time | No |