Feishu Chat History Fetch message history from a Feishu group chat and summarize or present it to the user. When to Use - User asks what was discussed in a group - User wants a summary or review of recent messages - User provides a chat id or is in a group and asks about its history How to Fetch Messages Use the Feishu IM API directly via Python. See for full details. Quick summary: 1. Read credentials from config → / 2. Get via 3. Fetch messages via Identifying the chat id - If the user is asking about the current group chat , use the from the inbound metadata ( → strip the prefix to get the…