MCPcopy Create free account
hub / github.com/castari/castari-proxy / OpenRouterContentImage

Interface OpenRouterContentImage

worker/src/types.ts:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112export interface OpenRouterContentImage {
113 type: 'image_url';
114 image_url: { url: string; detail?: string };
115}
116
117export type OpenRouterMessageContent = string | (OpenRouterContentText | OpenRouterContentImage)[];
118

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected