Merge pull request #1190 from vincent-pli/correct-help-link-apichain

Correct the help link for apichain
This commit is contained in:
Henry Heng 2023-11-09 17:37:13 +00:00 committed by GitHub
commit 6ed80d8d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ class GETApiChain_Chains implements INode {
name: 'apiDocs', name: 'apiDocs',
type: 'string', type: 'string',
description: description:
'Description of how API works. Please refer to more <a target="_blank" href="https://github.com/hwchase17/langchain/blob/master/langchain/chains/api/open_meteo_docs.py">examples</a>', 'Description of how API works. Please refer to more <a target="_blank" href="https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/chains/api/open_meteo_docs.py">examples</a>',
rows: 4 rows: 4
}, },
{ {

View File

@ -36,7 +36,7 @@ class POSTApiChain_Chains implements INode {
name: 'apiDocs', name: 'apiDocs',
type: 'string', type: 'string',
description: description:
'Description of how API works. Please refer to more <a target="_blank" href="https://github.com/hwchase17/langchain/blob/master/langchain/chains/api/open_meteo_docs.py">examples</a>', 'Description of how API works. Please refer to more <a target="_blank" href="https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/chains/api/open_meteo_docs.py">examples</a>',
rows: 4 rows: 4
}, },
{ {

View File

@ -24,7 +24,7 @@
"label": "API Documentation", "label": "API Documentation",
"name": "apiDocs", "name": "apiDocs",
"type": "string", "type": "string",
"description": "Description of how API works. Please refer to more <a target=\"_blank\" href=\"https://github.com/hwchase17/langchain/blob/master/langchain/chains/api/open_meteo_docs.py\">examples</a>", "description": "Description of how API works. Please refer to more <a target=\"_blank\" href=\"https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/chains/api/open_meteo_docs.py\">examples</a>",
"rows": 4, "rows": 4,
"id": "getApiChain_0-input-apiDocs-string" "id": "getApiChain_0-input-apiDocs-string"
}, },
@ -318,7 +318,7 @@
"label": "API Documentation", "label": "API Documentation",
"name": "apiDocs", "name": "apiDocs",
"type": "string", "type": "string",
"description": "Description of how API works. Please refer to more <a target=\"_blank\" href=\"https://github.com/hwchase17/langchain/blob/master/langchain/chains/api/open_meteo_docs.py\">examples</a>", "description": "Description of how API works. Please refer to more <a target=\"_blank\" href=\"https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/chains/api/open_meteo_docs.py\">examples</a>",
"rows": 4, "rows": 4,
"id": "postApiChain_0-input-apiDocs-string" "id": "postApiChain_0-input-apiDocs-string"
}, },