()
| 44 | } |
| 45 | |
| 46 | function createBedrockClient(): BedrockRuntimeClient { |
| 47 | return new BedrockRuntimeClient({ |
| 48 | region: process.env.AWS_REGION || "us-east-1", |
| 49 | }); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Sanitize comment body to prevent prompt injection. |
no outgoing calls
no test coverage detected