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

Function sleep

outdated/gpt/gpt.ts:216–218  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

214
215// 睡眠函数
216function sleep(ms: number): Promise<void> {
217 return new Promise((resolve) => setTimeout(resolve, ms));
218}
219
220// 图片上传到 fars.ee
221async function uploadImage(imagePath: string): Promise<string> {

Callers 2

callGptApiFunction · 0.70
handleGptRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected