MCPcopy
hub / github.com/whoiskatrin/sql-translator / ChatGPTMessage

Interface ChatGPTMessage

utils/OpenAIStream.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14export type ChatGPTAgent = "user" | "system";
15
16export interface ChatGPTMessage {
17 role: ChatGPTAgent;
18 content: string;
19}
20
21export interface OpenAIStreamPayload {
22 model: ChatGPTModel;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected