Skip to content

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

Class: FunctionCallConfig

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:467

Function call for tool invocation Matches Gemini API FunctionCall interface

Constructors

Constructor

new FunctionCallConfig(): FunctionCallConfig

Returns

FunctionCallConfig

Properties

args

args: Record<string, any> = {}

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:490


id?

optional id: string

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:472


name?

optional name: string

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:478

Licensed under BUSL-1.1