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

Interface FileData

app/components/UploadFiles_Component.tsx:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9// Define the structure of the file data
10interface FileData {
11 name: string;
12 fileId?: string;
13 status?: 'uploading' | 'uploaded' | 'failed';
14}
15
16interface UploadFilesProps {
17 onFileIdUpdate: (fileId: string) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected