()
| 246 | * Get fallback comment when Bedrock fails |
| 247 | */ |
| 248 | export function getFallbackComment(): string { |
| 249 | return `Thank you for opening this issue! 🙏 |
| 250 | |
| 251 | We've received your report and our automated triage system has analyzed it. A maintainer will review it shortly. |
| 252 | |
| 253 | We appreciate your contribution to making Kiro better!`; |
| 254 | } |
no outgoing calls
no test coverage detected