chore: cleanup and format and small refactor

This commit is contained in:
Ralph Khreish
2025-06-20 16:03:48 +03:00
parent 9d431b4b03
commit 30eac026c2
3 changed files with 9 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export class BedrockAIProvider extends BaseAIProvider {
const credentialProvider = fromNodeProviderChain();
return createAmazonBedrock({
credentialProvider,
credentialProvider
});
} catch (error) {
this.handleError('client initialization', error);