(content: string)
| 104 | * @param content 要总结的内容 |
| 105 | */ |
| 106 | export async function summarizeContent(content: string) { |
| 107 | return sendTextToChat(`请帮我总结以下内容:\n\n${content}`, true) |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * 从 URL 下载图片并转换为 Base64 |
nothing calls this directly
no test coverage detected