MCPcopy Create free account
hub / github.com/FirebaseExtended/solution-ai-barista / MediaModel

Interface MediaModel

shared/chatMessageModel.ts:40–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 * Media attached to the message.
39 */
40export interface MediaModel {
41 /**
42 * URL to the media. May be a gs:// or https:// URL.
43 */
44 storageUrl: string,
45 /**
46 * Type of media
47 */
48 contentType: string,
49 /**
50 * Download URL which is an https:// URL.
51 */
52 downloadUrl: string,
53}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected