MCPcopy Create free account
hub / github.com/experdot/pointer / addMessage

Method addMessage

src/renderer/src/stores/interfaces/entities.ts:96–96  ·  view source on GitHub ↗

* 添加消息

(pageId: string, message: ChatMessage)

Source from the content-addressed store, hash-verified

94 * 添加消息
95 */
96 addMessage(pageId: string, message: ChatMessage): Promise<void>
97
98 /**
99 * 更新消息

Callers 3

getMessageStoreInterfaceFunction · 0.80
addMessageFunction · 0.80
useChatStreamingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected