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

Interface MultimodalContent

app/client/api.ts:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34export type ChatModel = ModelType;
35
36export interface MultimodalContent {
37 type: "text" | "image_url";
38 text?: string;
39 image_url?: {
40 url: string;
41 };
42}
43
44export interface MultimodalContentForAlibaba {
45 text?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected