Skip to content

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

Class: LLMToolCall

Defined in: packages/fireflow-nodes/src/nodes/ai/llm-types.ts:22

Constructors

Constructor

new LLMToolCall(): LLMToolCall

Returns

LLMToolCall

Properties

args

args: Record<string, any> = {}

Defined in: packages/fireflow-nodes/src/nodes/ai/llm-types.ts:35


id

id: string = ''

Defined in: packages/fireflow-nodes/src/nodes/ai/llm-types.ts:24


name

name: string = ''

Defined in: packages/fireflow-nodes/src/nodes/ai/llm-types.ts:27


type

type: string = 'tool_call'

Defined in: packages/fireflow-nodes/src/nodes/ai/llm-types.ts:38

Licensed under BUSL-1.1