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

Function translateText

utils/chat-integration.ts:85–87  ·  view source on GitHub ↗
(text: string, targetLang = "中文")

Source from the content-addressed store, hash-verified

83 * @param targetLang 目标语言(默认中文)
84 */
85export async function translateText(text: string, targetLang = "中文") {
86 return sendTextToChat(`请将以下文本翻译成${targetLang}:\n\n${text}`, true)
87}
88
89/**
90 * 解释代码

Callers

nothing calls this directly

Calls 1

sendTextToChatFunction · 0.70

Tested by

no test coverage detected