ci: Add @aws-sdk/credential-provider-node and @aws-sdk/types modules (no-changelog) (#8310)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
oleg
2024-01-11 18:46:21 +01:00
committed by GitHub
parent 1824ff6a13
commit c2748802a2
3 changed files with 228 additions and 209 deletions

View File

@@ -9,6 +9,10 @@ import {
import { ChatBedrock } from 'langchain/chat_models/bedrock';
import { logWrapper } from '../../../utils/logWrapper';
import { getConnectionHintNoticeField } from '../../../utils/sharedFields';
// Dependencies needed underneath the hood. We add them
// here only to track where what dependency is used
import '@aws-sdk/credential-provider-node';
import '@aws-sdk/client-bedrock-runtime';
export class LmChatAwsBedrock implements INodeType {
description: INodeTypeDescription = {