mirror of
https://github.com/wassname/pi-telegram.git
synced 2026-06-27 18:43:50 +08:00
slash
This commit is contained in:
@@ -1255,6 +1255,7 @@ test("Extension runtime finalizes a drafted preview into the final Telegram repl
|
||||
isIdle: () => true,
|
||||
hasPendingMessages: () => false,
|
||||
abort: () => {},
|
||||
getContextUsage: () => ({ tokens: 10000, contextWindow: 200000, percent: 5.0 }),
|
||||
} as never;
|
||||
await handlers.get("session_start")?.({}, ctx);
|
||||
await commands.get("telegram-connect")?.handler("", ctx);
|
||||
|
||||
Reference in New Issue
Block a user