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

Interface StatusData

app/modules/chatModules.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7} from '../services/api';
8
9interface StatusData {
10 status: string;
11}
12
13interface Message {
14 role: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected