PersistentAI API Documentation / @persistentai/fireflow-nodes / FunctionResponseConfig
Class: FunctionResponseConfig
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:441
Function response from tool execution Matches Gemini API FunctionResponse interface
Constructors
Constructor
new FunctionResponseConfig():
FunctionResponseConfig
Returns
FunctionResponseConfig
Properties
id?
optionalid:string
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:446
name?
optionalname:string
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:452
response
response:
Record<string,any> ={}
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:464