LLM Call

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.

What it does

The node sends input data to a configured model endpoint.

Use it to generate text, summaries, or HTML reports.

Inputs and outputs

Inputs

  • Trigger — Starts the model call.

  • Data — Passes the input payload, for example from SQL Query.

Output

  • Text — Returns the generated result.

Configurable settings

  • 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.

Typical use

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