Loading...
Loading...
Compare original and translation side by side
feishu_im_user_get_messagesopen_idchat_idthread_idfeishu_im_user_get_thread_messagesfeishu_im_user_fetch_resourcemessage_idfile_keytypefeishu_im_user_get_messagesopen_idchat_idthread_idfeishu_im_user_get_thread_messagesfeishu_im_user_fetch_resourcemessage_idfile_keytype| 用户意图 | 工具 | 必填参数 | 常用可选 |
|---|---|---|---|
| 获取群聊/单聊历史消息 | feishu_im_user_get_messages | chat_id 或 open_id(二选一) | relative_time, start_time/end_time, page_size, sort_rule |
| 获取话题内回复消息 | feishu_im_user_get_thread_messages | thread_id(omt_xxx) | page_size, sort_rule |
| 跨会话搜索消息 | feishu_im_user_search_messages | 至少一个过滤条件 | query, sender_ids, chat_id, relative_time, start_time/end_time, page_size |
| 下载消息中的图片 | feishu_im_user_fetch_resource | message_id, file_key(img_xxx), type="image" | - |
| 下载消息中的文件/音频/视频 | feishu_im_user_fetch_resource | message_id, file_key(file_xxx), type="file" | - |
| User Intent | Tool | Required Parameters | Common Optional Parameters |
|---|---|---|---|
| Retrieve historical messages of group/one-on-one chats | feishu_im_user_get_messages | chat_id or open_id (choose one) | relative_time, start_time/end_time, page_size, sort_rule |
| Retrieve reply messages in threads | feishu_im_user_get_thread_messages | thread_id (omt_xxx) | page_size, sort_rule |
| Search messages across sessions | feishu_im_user_search_messages | At least one filter condition | query, sender_ids, chat_id, relative_time, start_time/end_time, page_size |
| Download images in messages | feishu_im_user_fetch_resource | message_id, file_key (img_xxx), type="image" | - |
| Download files/audio/video in messages | feishu_im_user_fetch_resource | message_id, file_key (file_xxx), type="file" | - |
relative_timerelative_timepage_sizehas_more=truepage_tokenpage_sizehas_more=truepage_tokenthread_idpage_size: 10, sort_rule: "create_time_desc"| 场景 | 行为 |
|---|---|
| 获取历史消息并需要理解上下文(默认) | 对发现的 thread_id 调用 |
| 用户要求"完整对话"、"详细讨论"、"看看回复" | 获取话题全部回复( |
| 用户只浏览消息概览 / 用户明确说不看回复 | 跳过话题展开 |
thread_idpage_size: 10, sort_rule: "create_time_desc"| Scenario | Action |
|---|---|
| Retrieve historical messages and need to understand context (default) | Call |
| User requests "complete conversation", "detailed discussion", "check replies" | Fetch all thread replies ( |
| User only browses message overview / User explicitly says not to view replies | Skip thread expansion |
feishu_im_user_search_messages| 参数 | 说明 |
|---|---|
| 搜索关键词,匹配消息内容 |
| 发送者 open_id 列表 |
| 限定搜索范围的会话 ID |
| 被@用户的 open_id 列表 |
| 消息类型:file / image / media |
| 发送者类型:user / bot / all(默认 user) |
| 会话类型:group / p2p |
chat_idchat_typechat_namechat_partnerfeishu_im_user_search_messages| Parameter | Description |
|---|---|
| Search keywords, matching message content |
| List of sender open_ids |
| Session ID to limit search scope |
| List of open_ids of mentioned users |
| Message type: file / image / media |
| Sender type: user / bot / all (default is user) |
| Session type: group / p2p |
chat_idchat_typechat_namechat_partnerfeishu_im_user_fetch_resource| 资源类型 | 内容中的标记格式 | fetch_resource 参数 |
|---|---|---|
| 图片 | | message_id= |
| 文件 | | message_id= |
| 音频 | | message_id= |
| 视频 | | message_id= |
message_idfile_keyfeishu_im_user_fetch_resource| Resource Type | Marker Format in Content | fetch_resource Parameters |
|---|---|---|
| Image | | message_id= |
| File | | message_id= |
| Audio | | message_id= |
| Video | | message_id= |
message_idfile_keyfeishu_im_user_get_messagesfeishu_im_user_search_messages| 方式 | 参数 | 示例 |
|---|---|---|
| 相对时间 | | |
| 精确时间 | | ISO 8601 格式: |
relative_timestart_time/end_timetodayyesterdayday_before_yesterdaythis_weeklast_weekthis_monthlast_monthlast_{N}_{unit}feishu_im_user_get_messagesfeishu_im_user_search_messages| Method | Parameter | Example |
|---|---|---|
| Relative Time | | |
| Exact Time | | ISO 8601 format: |
relative_timestart_time/end_timetodayyesterdayday_before_yesterdaythis_weeklast_weekthis_monthlast_monthlast_{N}_{unit}| 参数 | 格式 | 适用场景 |
|---|---|---|
| chat_id | | 已知会话 ID(群聊或单聊均可) |
| open_id | | 已知用户 ID,获取与该用户的单聊消息(自动解析为 chat_id) |
chat_id| Parameter | Format | Applicable Scenario |
|---|---|---|
| chat_id | | Known session ID (applicable to both group chats and one-on-one chats) |
| open_id | | Known user ID, retrieve one-on-one chat messages with this user (automatically parsed to chat_id) |
chat_id{ "chat_id": "oc_xxx" }thread_id{ "thread_id": "omt_xxx", "page_size": 10, "sort_rule": "create_time_desc" }{ "chat_id": "oc_xxx" }thread_id{ "thread_id": "omt_xxx", "page_size": 10, "sort_rule": "create_time_desc" }{ "query": "项目进度", "chat_id": "oc_xxx" }{ "query": "project progress", "chat_id": "oc_xxx" }has_more: truepage_token: "xxx"{ "chat_id": "oc_xxx", "page_token": "xxx" }has_more: truepage_token: "xxx"{ "chat_id": "oc_xxx", "page_token": "xxx" }{ "message_id": "om_xxx", "file_key": "img_v3_xxx", "type": "image" }{ "message_id": "om_xxx", "file_key": "img_v3_xxx", "type": "image" }| 错误现象 | 根本原因 | 解决方案 |
|---|---|---|
| 消息结果太少 | 时间范围太窄或未传时间参数 | 根据用户意图推断合适的 |
| 消息不完整 | 没有检查 has_more 并翻页 | has_more=true 时用 page_token 翻页 |
| 话题讨论内容不完整 | 没有展开 thread_id | 发现 thread_id 时获取话题回复 |
| "open_id 和 chat_id 不能同时提供" | 同时传了两个参数 | 只传其中一个 |
| "relative_time 和 start_time/end_time 不能同时使用" | 时间参数冲突 | 选择一种时间过滤方式 |
| "未找到与 open_id=xxx 的单聊会话" | 没有单聊记录 | 改用 chat_id,或确认存在单聊 |
| 话题消息返回为空 | thread_id 格式不正确 | 确认为 |
| 图片/文件下载失败 | file_key 或 message_id 不匹配 | 确认 file_key 来自该 message_id |
| 权限不足 | 用户未授权或无权限 | 确认已完成 OAuth 授权且是会话成员 |
| Error Phenomenon | Root Cause | Solution |
|---|---|---|
| Too few message results | Time range is too narrow or time parameter is not passed | Infer an appropriate |
| Incomplete messages | Did not check has_more and paginate | Use page_token to paginate when has_more=true |
| Incomplete thread discussion content | Did not expand thread_id | Fetch thread replies when thread_id is detected |
| "open_id and chat_id cannot be provided at the same time" | Passed both parameters | Only pass one of them |
| "relative_time and start_time/end_time cannot be used at the same time" | Time parameter conflict | Choose one time filtering method |
| "No one-on-one chat session found with open_id=xxx" | No one-on-one chat record exists | Use chat_id instead, or confirm the existence of one-on-one chat |
| Empty thread message return | Incorrect thread_id format | Ensure it is in |
| Image/file download failed | file_key or message_id does not match | Confirm file_key comes from the corresponding message_id |
| Insufficient permissions | User has not authorized or has no permission | Confirm OAuth authorization is completed and the user is a member of the session |