LLM Node Structure
The LLM Node is designed to provide you with the flexibility you need to build robust LLM calls. Its broken down into modular sections
System Prompt
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.
Base Prompt
The Base prompt is the core set of instructions the model will follow. Common use cases for this section includes:
Model Tasks
The Tasks section allows you to sequentially provide the actions the model needs to take for any given project.