3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
|
|
import type { PluginInput } from "@opencode-ai/plugin";
|
||
|
|
export declare function processMessages(sessionID: string, ctx: PluginInput): Promise<string>;
|