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

Function extractUrlsFromText

sum/sum.ts:435–438  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

433
434async function callGemini(
435 apiKey: string,
436 baseUrl: string,
437 model: string,
438 input: string,
439 timeout: number,
440): Promise<string> {
441 const response = await axios.post(

Callers 1

formatMessagesForAIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected