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

Function buildMessageLink

sum/sum.ts:394–401  ·  view source on GitHub ↗
(chatId: string, messageId: number, username?: string)

Source from the content-addressed store, hash-verified

392 return content.trim();
393}
394
395async function callResponses(
396 apiKey: string,
397 baseUrl: string,
398 model: string,
399 input: string,
400 timeout: number,
401): Promise<string> {
402 const response = await axios.post(
403 `${normalizedBaseUrl(baseUrl)}/v1/responses`,
404 {

Callers 2

getGroupMessagesFunction · 0.70
getGroupMessagesByTimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected