MCPcopy Index your code
hub / github.com/admineral/OpenAI-Assistant-API-Chat / Message

Interface Message

app/modules/chatModules.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface Message {
14 role: string;
15 content: any;
16}
17
18/**
19* Submits a user's message to the chat.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected