feat: add AI config for detect error automatically

This commit is contained in:
2026-08-29 18:24:06 +07:00
parent 2261c6d38b
commit 6998f83201
39 changed files with 3092 additions and 529 deletions
@@ -17,7 +17,7 @@ export const DEFAULT_MONITOR_INPUT: MonitorInput = {
enabled: true,
};
const INTERVAL_OPTIONS = [
export const INTERVAL_OPTIONS = [
{ value: '300', label: '5 minutes' },
{ value: '900', label: '15 minutes' },
{ value: '1800', label: '30 minutes' },