MCPcopy Create free account
hub / github.com/027xiguapi/code-box / sendImageToChat

Function sendImageToChat

contents/chat-integration.ts:162–169  ·  view source on GitHub ↗
(images: string[])

Source from the content-addressed store, hash-verified

160}
161
162export function sendImageToChat(images: string[]) {
163 sendMessageToChat({
164 type: "CHAT_INSERT_IMAGE",
165 payload: {
166 images
167 }
168 })
169}
170
171console.log("[Chat Integration] Content script 已加载")

Callers

nothing calls this directly

Calls 1

sendMessageToChatFunction · 0.85

Tested by

no test coverage detected