MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / replyWith

Function replyWith

aitc/aitc.ts:216–221  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

214 text: sanitizePlainText(text),
215 linkPreview: false,
216 });
217
218 if (!trimmed) {
219 await replyWith(
220 "ℹ️ <b>aitc 插件</b>\n\n" +
221 "• <code>aitc key <API Key></code> - 设置API Key\n" +
222 "• <code>aitc url <地址></code> - 自定义API地址\n" +
223 "• <code>aitc model <模型名></code> - 指定模型\n" +
224 `• <code>aitc temp <${TEMPERATURE_RANGE_LABEL}></code> - 调整温度\n` +

Callers 1

handleAitcCommandFunction · 0.85

Calls 1

editMethod · 0.45

Tested by

no test coverage detected