Skip to content

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

Class: Tool

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

Tool definition

Constructors

Constructor

new Tool(): Tool

Returns

Tool

Properties

description

description: string = ''

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


fireflow_node_id?

optional fireflow_node_id: string = undefined

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


fireflow_node_type?

optional fireflow_node_type: string = undefined

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


input_schema

input_schema: ToolInputSchema

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


name

name: string = ''

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


type

type: string = 'custom'

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

Licensed under BUSL-1.1