MCPcopy Create free account
hub / github.com/027xiguapi/code-box / summarizeContent

Function summarizeContent

utils/chat-integration.ts:106–108  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sendTextToChatFunction · 0.70

Tested by

no test coverage detected