MCPcopy
hub / github.com/microsoft/PyRIT / MessagePiece

Interface MessagePiece

frontend/e2e/flows.spec.ts:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69interface MessagePiece {
70 data_type: string;
71 original_value: string;
72 mime_type?: string;
73}
74
75/** Store a message without calling the target (send=false). */
76async function storeMessage(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected