MCPcopy
hub / github.com/027xiguapi/code-box / ChatResponse

Interface ChatResponse

contents/chat-integration.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface ChatResponse {
19 type: "CHAT_RESPONSE"
20 payload: {
21 content: string
22 timestamp: number
23 }
24}
25
26// 监听来自 background 的消息
27chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected