Skip to content

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

Class: FunctionCallConfig

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

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:430


id?

optional id: string

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


name?

optional name: string

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

Licensed under BUSL-1.1