MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / ContentType

Interface ContentType

packages/baseai/types/providers.ts:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 * Message content type.
22 */
23export interface ContentType {
24 type: string;
25 text?: string;
26 image_url?: {
27 url: string;
28 };
29}
30
31/**
32 * Global type for parameters sent to the providers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected