MCPcopy
hub / github.com/ChatGPTNextWeb/NextChat / RequestMessage

Interface RequestMessage

app/typing.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type MessageRole = (typeof ROLES)[number];
5
6export interface RequestMessage {
7 role: MessageRole;
8 content: string;
9}
10
11export type DalleSize = "1024x1024" | "1792x1024" | "1024x1792";
12export type DalleQuality = "standard" | "hd";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected