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

Interface ExtensionMessage

contents/chat-integration.ts:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8// 消息类型定义
9interface ExtensionMessage {
10 type: "CHAT_INPUT" | "CHAT_SEND" | "CHAT_INSERT_IMAGE"
11 payload: {
12 text?: string
13 images?: string[]
14 autoSend?: boolean
15 }
16}
17
18interface ChatResponse {
19 type: "CHAT_RESPONSE"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected