The LLM Node is designed to provide you with the flexibility you need to build robust LLM calls. Its broken down into modular sections
The System Prompt for any workflow is the role the LLM is playing. This helps set the stage of the prompt task and is critical in specifying for LLM role assumption and task execution.
The Base prompt is the core set of instructions the model will follow. Common use cases for this section includes:
Variables
Few Shot Examples
The Tasks section allows you to sequentially provide the actions the model needs to take for any given project.
General Tasks:
General instructions for the model to follow (Do A then followed by B)
Tool Calling
Function Calling is a native but critical component to building agent based architectures and drive the next generation of LLM developmenet. With tool calling you will be able to write your own custom functions, install python libraries, and call external API’s all within the console
The LLM Node is designed to provide you with the flexibility you need to build robust LLM calls. Its broken down into modular sections
The System Prompt for any workflow is the role the LLM is playing. This helps set the stage of the prompt task and is critical in specifying for LLM role assumption and task execution.
The Base prompt is the core set of instructions the model will follow. Common use cases for this section includes:
Variables
Few Shot Examples
The Tasks section allows you to sequentially provide the actions the model needs to take for any given project.
General Tasks:
General instructions for the model to follow (Do A then followed by B)
Tool Calling
Function Calling is a native but critical component to building agent based architectures and drive the next generation of LLM developmenet. With tool calling you will be able to write your own custom functions, install python libraries, and call external API’s all within the console