feat(bedrock): added aws bedrock as a model provider (#2722)

This commit is contained in:
Waleed
2026-01-07 20:08:03 -08:00
committed by GitHub
parent 020037728d
commit 26dff7cffe
23 changed files with 1791 additions and 466 deletions

View File

@@ -339,7 +339,7 @@ export class BlockExecutor {
if (isTrigger) {
const filtered: NormalizedBlockOutput = {}
const internalKeys = ['webhook', 'workflowId', 'input']
const internalKeys = ['webhook', 'workflowId']
for (const [key, value] of Object.entries(output)) {
if (internalKeys.includes(key)) continue
filtered[key] = value