MCPcopy Create free account
hub / github.com/devnomad-byte/EvolveHub / ChatMessage

Interface ChatMessage

frontend/src/types/index.ts:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface ChatMessage {
51 id: string
52 role: 'user' | 'assistant'
53 content: string
54 timestamp: string
55 toolCalls?: ToolCall[]
56 isTyping?: boolean
57}
58
59export interface ToolCall {
60 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected