fix(#243): claude on aws bedrock (#241)

Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
Dmytro Yankovskyi
2025-06-20 20:57:33 +02:00
committed by GitHub
parent 2fd0e7dd6b
commit 91c4da5dbd
3 changed files with 103 additions and 25 deletions

View File

@@ -12,13 +12,14 @@
"./*": "./src/*.ts"
},
"devDependencies": {
"@ai-sdk/amazon-bedrock": "2.2.10",
"@ai-sdk/anthropic": "1.2.12",
"@tsconfig/bun": "1.0.7",
"@types/bun": "latest",
"@types/turndown": "5.0.5",
"@types/yargs": "17.0.33",
"typescript": "catalog:",
"zod-to-json-schema": "3.24.5",
"@ai-sdk/anthropic": "1.2.12"
"zod-to-json-schema": "3.24.5"
},
"dependencies": {
"@clack/prompts": "0.11.0",