Skip to content

Commit da11043

Browse files
authored
chore(core): Add preview notice to AI node SDK and CLI prompts (#26045)
1 parent 05d57d6 commit da11043

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/@n8n/ai-node-sdk/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @n8n/ai-node-sdk
22

3+
> **Preview:** This package is in preview. The API may change without notice. AI nodes are not yet accepted for verification.
4+
35
Public SDK for building AI nodes in n8n. This package provides a simplified API for creating chat model and memory nodes without LangChain dependencies.
46

57
## Installation in node packages

packages/@n8n/node-cli/src/commands/new/prompts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ export const programmaticNodeTypePrompt = async () =>
5858
hint: 'Standard programmatic node',
5959
},
6060
{
61-
label: 'Chat Model',
61+
label: 'Chat Model (preview)',
6262
value: 'chatModel',
6363
hint: 'AI chat model node',
6464
},
6565
{
66-
label: 'Chat Memory',
66+
label: 'Chat Memory (preview)',
6767
value: 'chatMemory',
6868
hint: 'AI chat memory node',
6969
},

0 commit comments

Comments
 (0)