From 818e9b1522b23a14ebbf10a2235fa73435bb6ff1 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Mon, 22 Jun 2026 14:23:11 +0200 Subject: [PATCH] Add AI plugin to external plugin notes --- plugins/index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/plugins/index.md b/plugins/index.md index c5985418e..641f53472 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -452,4 +452,15 @@ Features: Available for: -[![Node.js logo](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/data-inspector#readme) \ No newline at end of file +[![Node.js logo](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/data-inspector#readme) + +## AI + +The AI plugin provides out-of-the-box UI field recommendations powered by SAP RPT-1 - automatically detecting fields with value lists and serving intelligent suggestions in draft-enabled Fiori UIs without requiring custom handlers. + +In addition, it embeds SAP AI Core as a standard CAP service following the Calesi pattern, giving you automatic service binding resolution along with tenant-aware access including managed resource groups and deployments. + +Available for: + +[![Node.js](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/ai) +[![Java](/logos/java.svg){style="height:3em; display:inline; margin:0 0.2em;"}](https://github.com/cap-java/cds-ai)