PersistentAI API Documentation / @persistent-ai/fireflow-nodes / FunctionResponseConfig
Class: FunctionResponseConfig
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:501
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:506
name?
optionalname:string
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:512
response
response:
Record<string,any> ={}
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:524