MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / MessagePart

Interface MessagePart

frontend/components/chat-panel.tsx:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38// Type for message parts (tool calls and their states)
39interface MessagePart {
40 type: string
41 state?: string
42 toolName?: string
43 [key: string]: unknown
44}
45
46interface ChatMessage {
47 role: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected