Skip to content

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?

optional id: string

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


name?

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

Licensed under BUSL-1.1