MCPcopy
hub / github.com/dataelement/Clawith / ChatMessage

Interface ChatMessage

frontend/src/types/index.ts:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79export interface ChatMessage {
80 id: string;
81 agent_id: string;
82 user_id: string;
83 role: 'user' | 'assistant' | 'system';
84 content: string;
85 created_at: string;
86}
87
88export interface TokenResponse {
89 access_token: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected