-
Notifications
You must be signed in to change notification settings - Fork 2
Bedrock Integration
Garot Conklin edited this page Apr 29, 2025
·
1 revision
For MVP, we use Bedrock's Claude model for basic decision making:
- Alert validation
- Simple pattern matching
- Basic remediation decisions
BASIC_PROMPT = """
Alert Details:
- Type: {alert_type}
- Metric: {metric_value}
- Threshold: {threshold}
Should we:
1. Take immediate action?
2. Notify team?
3. Ignore as false positive?
Respond in JSON format.
"""bedrock:
model: anthropic.claude-v2
max_tokens: 500
temperature: 0.7
response_format: json- Basic decision making only
- No complex pattern analysis
- Limited historical context
- Simple response templates
Report Bug | Request Feature | Documentation | Contributing Guidelines
© 2025 fleXRPL. All Rights Reserved.