Skip to main content

Input

Type: Object The data type that LLMPromptBuilderNode accepts as input

Output

Type: String The data type that LLMPromptBuilderNode outputs

Examples

Constructors

Interfaces


Constructors

constructor

Creates a new LLMPromptBuilderNode instance.

Parameters

props
LLMPromptBuilderNodeProps
Configuration for the LLM prompt builder node.

Returns

LLMPromptBuilderNode

Interfaces

LLMPromptBuilderNodeProps

Configuration interface for LLMPromptBuilderNode creation.

Properties

messages?: MessageTemplate[] List of message templates tools?: Tool[] List of available tools for function calling toolChoice?: object Tool choice configuration responseFormat?: "text" | "json" | "json_schema" Response format specification (‘text’, ‘json’, ‘json_schema’)