We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85c935 commit e312c6eCopy full SHA for e312c6e
packages/components/credentials/LLMonitorApi.credential.ts
@@ -11,8 +11,7 @@ class LLMonitorApi implements INodeCredential {
11
this.label = 'LLMonitor API'
12
this.name = 'llmonitorApi'
13
this.version = 1.0
14
- this.description =
15
- 'Refer to <a target="_blank" href="https://docs.smith.langchain.com/">official guide</a> on how to get API key on Langsmith'
+ this.description = 'Refer to <a target="_blank" href="https://llmonitor.com/docs">official guide</a> to get APP ID'
16
this.inputs = [
17
{
18
label: 'APP ID',
0 commit comments