MCPcopy Create free account
hub / github.com/admineral/OpenAI-Assistant-API-Chat / handleFileIdUpdate

Function handleFileIdUpdate

app/components/WelcomeForm.tsx:48–51  ·  view source on GitHub ↗
(fileId: string)

Source from the content-addressed store, hash-verified

46 }
47
48 const handleFileIdUpdate = (fileId: string) => {
49 console.log("WelcomeForm: New file ID added:", fileId);
50 setFileIds(prevFileIds => [...prevFileIds, fileId]);
51 };
52
53
54 const handleActiveFileIdsUpdate = (activeFileIds: string[]) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected