MCPcopy Create free account
hub / github.com/agegr/pi-web / CustomMessage

Interface CustomMessage

lib/types.ts:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89export interface CustomMessage {
90 role: "custom";
91 customType: string;
92 content: string | (TextContent | ImageContent)[];
93 display: boolean;
94 details?: unknown;
95 timestamp?: number;
96}
97
98export interface BashExecutionMessage {
99 role: "bashExecution";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected