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

Method process

ai/ai.ts:100–100  ·  view source on GitHub ↗
(
    input: T,
    next: (input: T, token?: AbortToken) => Promise<any>,
    token?: AbortToken,
  )

Source from the content-addressed store, hash-verified

98 execute(msg: Api.Message, args: string[], prefixes: string[]): Promise<void>;
99}
100
101interface Middleware {
102 process<T>(
103 input: T,

Callers 1

execMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected