From e312c6ee2256124f1669fd1a68cd443ecfd77bf4 Mon Sep 17 00:00:00 2001 From: vinodkiran Date: Thu, 21 Sep 2023 08:35:19 +0530 Subject: [PATCH] Fix: Incorrect documentation link for LLMonitor. --- packages/components/credentials/LLMonitorApi.credential.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/components/credentials/LLMonitorApi.credential.ts b/packages/components/credentials/LLMonitorApi.credential.ts index 97b195ec5..e5ecc8aba 100644 --- a/packages/components/credentials/LLMonitorApi.credential.ts +++ b/packages/components/credentials/LLMonitorApi.credential.ts @@ -11,8 +11,7 @@ class LLMonitorApi implements INodeCredential { this.label = 'LLMonitor API' this.name = 'llmonitorApi' this.version = 1.0 - this.description = - 'Refer to official guide on how to get API key on Langsmith' + this.description = 'Refer to official guide to get APP ID' this.inputs = [ { label: 'APP ID',