MCPcopy
hub / github.com/openai/openai-assistants-quickstart / handleImageFileDone

Function handleImageFileDone

app/components/chat.tsx:152–154  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

150
151 // imageFileDone - show image in chat
152 const handleImageFileDone = (image) => {
153 appendToLastMessage(`\n![${image.file_id}](/api/files/${image.file_id})\n`);
154 }
155
156 // toolCallCreated - log new tool call
157 const toolCallCreated = (toolCall) => {

Callers

nothing calls this directly

Calls 1

appendToLastMessageFunction · 0.85

Tested by

no test coverage detected