Skip to content

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

Class: AntropicVfsConfig

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

VFS configuration for resolving ff:// file references and storing code execution output

Constructors

Constructor

new AntropicVfsConfig(): AntropicVfsConfig

Returns

AntropicVfsConfig

Properties

branch

branch: string = 'main'

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


outputPath

outputPath: string = '/ai/anthropic/code-output'

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


workspaceId

workspaceId: string = ''

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

Licensed under BUSL-1.1