Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-nodes / DocumentSource

Class: DocumentSource

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

Document source configuration for document content blocks

Constructors

Constructor

new DocumentSource(): DocumentSource

Returns

DocumentSource

Properties

data?

optional data: string

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


media_type

media_type: string = 'application/pdf'

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


type

type: string = 'base64'

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


url?

optional url: string

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


vfsUri?

optional vfsUri: string

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

Licensed under BUSL-1.1