LLM Call
Call an LLM from a rule chain and return generated text.
Last updated
Call an LLM from a rule chain and return generated text.

Use LLM Call to send data to a language model.
This node returns generated text for downstream nodes.

The node sends input data to a configured model endpoint.
Use it to generate text, summaries, or HTML reports.
Inputs
Trigger — Starts the model call.
Data — Passes the input payload, for example from SQL Query.
Output
Text — Returns the generated result.

Endpoint — Enter the model endpoint.
API key — Enter the credential for the endpoint.
System prompt — Define the model instructions.
You can use an Azure model endpoint here.
Use LLM Call after SQL Query to turn data into a report.
The output text can be passed to Send Email LLM.
For the full editor flow, see Configure Rule Chain.
Last updated