MCPcopy
hub / github.com/GetBindu/Bindu / ChatMessage

Interface ChatMessage

sdks/typescript/src/types.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8/** A single message in conversation history. */
9export interface ChatMessage {
10 role: string;
11 content: string;
12}
13
14/** Response from the handler — either plain text or a state transition. */
15export interface HandlerResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected