From 4eb4ade3a8a6fef4ef83636e3a059b92e70d1509 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 10 Apr 2024 11:23:43 +0100 Subject: [PATCH] docs: Update wording for Advanced AI in nodes panel (#9091) --- packages/editor-ui/src/plugins/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 1c07021e8f9db..ce664d7340fa7 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -978,7 +978,7 @@ "nodeCreator.aiPanel.aiOtherNodes": "Other AI Nodes", "nodeCreator.aiPanel.aiOtherNodesDescription": "Embeddings, Vector Stores, LLMs and other AI nodes", "nodeCreator.aiPanel.selectAiNode": "Select an Al Node to add to your workflow", - "nodeCreator.aiPanel.nodesForAi": "Build autonomous agents, summarize or interrogate documents, etc.", + "nodeCreator.aiPanel.nodesForAi": "Build autonomous agents, summarize or search documents, etc.", "nodeCreator.aiPanel.newTag": "New", "nodeCreator.aiPanel.langchainAiNodes": "Advanced AI", "nodeCreator.aiPanel.title": "When should this workflow run?",