MCPcopy
hub / github.com/futantan/OpenGpt / ChatGPTMessage

Interface ChatGPTMessage

src/utils/OpenAIStream.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9export type ChatGPTAgent = 'user' | 'system'
10
11export interface ChatGPTMessage {
12 role: ChatGPTAgent
13 content: string
14}
15
16export interface OpenAIStreamPayload {
17 model: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected