Skip to content

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

Class: Tool

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

Tool definition

Constructors

Constructor

new Tool(): Tool

Returns

Tool

Properties

description

description: string = ''

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


fireflow_node_id?

optional fireflow_node_id: string = undefined

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


fireflow_node_type?

optional fireflow_node_type: string = undefined

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


input_schema

input_schema: ToolInputSchema

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


name

name: string = ''

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


type

type: string = 'custom'

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

Licensed under BUSL-1.1