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

Interface ChatMessageRecord

frontend/src/api/chat.ts:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * 对话消息记录
23 */
24export interface ChatMessageRecord {
25 id: string
26 sessionId: string
27 role: string
28 content: string
29 modelName?: string
30 createTime?: string
31}
32
33/**
34 * 分页结果

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected