MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / Message

Interface Message

static/frontend/src/types/api.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5// Chat Messages
6export interface Message {
7 role: "user" | "assistant" | "system";
8 content: string;
9}
10
11// Chat Completion Request
12export interface ChatCompletionRequest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected