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?
optionalid:string
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:412
name?
optionalname:string
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:418