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
Parameters
Configuration for the LLM prompt builder node.
Returns
LLMPromptBuilderNode
Interfaces
LLMPromptBuilderNodeProps
Configuration interface forLLMPromptBuilderNode 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’)