> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/llm-aufruf.md).

# LLM-Aufruf

<div align="left"><figure><img src="/files/9a5a37440e5c6c0bc0c08ca80ea7c8b4c5b12167" alt="" width="375"><figcaption></figcaption></figure></div>

Verwenden Sie **LLM-Aufruf** um Daten an ein Sprachmodell zu senden.

Dieser Knoten gibt generierten Text für nachgelagerte Knoten zurück.

<div align="left"><figure><img src="/files/32a141a0a0b99ed422a3ff254e398558d2a419e0" alt="" width="323"><figcaption></figcaption></figure></div>

### Was er tut

Der Knoten sendet Eingabedaten an einen konfigurierten Modell-Endpunkt.

Verwenden Sie ihn, um Text, Zusammenfassungen oder HTML-Berichte zu generieren.

### Eingaben und Ausgaben

**Eingaben**

* **Trigger** — Startet den Modellaufruf.
* **Daten** — Übergibt die Eingabe-Payload, zum Beispiel von **SQL-Abfrage**.

**Ausgabe**

* **Text** — Gibt das generierte Ergebnis zurück.

### Konfigurierbare Einstellungen

<div align="left"><figure><img src="/files/c6ac04f1027fe2493b6162fd6cdfee8e912a4667" alt="" width="375"><figcaption></figcaption></figure></div>

* **Endpunkt** — Geben Sie den Modell-Endpunkt ein.
* **API-Schlüssel** — Geben Sie die Anmeldeinformationen für den Endpunkt ein.
* **System-Prompt** — Definieren Sie die Modellanweisungen.

{% hint style="info" %}
Hier können Sie einen Azure-Modell-Endpunkt verwenden.
{% endhint %}

### Typische Verwendung

Verwenden Sie **LLM-Aufruf** nach **SQL-Abfrage** um Daten in einen Bericht umzuwandeln.

Der Ausgabetext kann übergeben werden an **E-Mail-LLM senden**.

### Zugehörige Dokumentation

* [SQL-Abfrage](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/sql-abfrage.md)
* [E-Mail-LLM senden](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/e-mail-senden-llm.md)
* [Knoten](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten.md)

Für den vollständigen Editor-Ablauf siehe [Regelkette konfigurieren](/collection/german/plattform/alarms-rules-and-escalations/rule-chains/configure-rule-chain.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buildings.ability.abb/collection/german/plattform/alarms-rules-and-escalations/rule-chains/knoten/llm-aufruf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
