Skip to content

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?

optional id: string

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


name?

optional name: 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

Licensed under BUSL-1.1