MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / FileOutputEvent

Interface FileOutputEvent

src/runtime/tools/send-file-tool.ts:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// ---------------------------------------------------------------------------
32
33export interface FileOutputEvent {
34 type: "file_output";
35 filePath: string;
36 filename: string;
37 mimeType?: string;
38 caption?: string;
39}
40
41export type FileOutputCallback = (event: FileOutputEvent) => void;
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected