fix: let agents download Feishu message resources

This commit is contained in:
2026-07-10 12:17:07 +08:00
parent 4ca4afb141
commit 1094ebd651
9 changed files with 332 additions and 27 deletions
+1
View File
@@ -41,6 +41,7 @@ const TOOL_ICONS: Record<string, string> = {
send_file: "send-filled",
request_approval: "thumb-up-filled",
feishu_read_context: "search-filled",
feishu_download_resource: "download-filled",
};
function toolIcon(toolName: string): string {