Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / ImageSource

Class: ImageSource

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:48

Image source configuration for image content blocks

Constructors

Constructor

new ImageSource(): ImageSource

Returns

ImageSource

Properties

data

data: string = ''

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:71


media_type

media_type: string = 'image/jpeg'

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:61


type

type: string = 'base64'

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:54


url?

optional url: string

Defined in: packages/fireflow-nodes/src/nodes/ai/anthropic/types.ts:79

Licensed under BUSL-1.1