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

Interface AssistantDetails

app/modules/assistantModules.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from '../services/api';
12
13interface AssistantDetails {
14 assistantName: string;
15 assistantModel: string;
16 assistantDescription: string;
17}
18
19interface UploadedFileResponse {
20 fileId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected