MCPcopy Index your code
hub / github.com/Seanium/ChatMap / Message

Interface Message

components/chat-interface.tsx:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22// 消息类型定义
23interface Message {
24 id: string
25 role: "user" | "assistant" | "system"
26 content: string
27 isLoading?: boolean
28 error?: boolean
29}
30
31interface Location {
32 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected