You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"prompt": "What services are failing health checks?",
451
-
"tools": ["^(list|get|search)_.*"],
453
+
"tools": ["^(list|get|search|count)_.*"],
452
454
"labels": {
453
455
"source": "monitoring_system",
454
456
"check_type": "health_analysis"
@@ -476,7 +478,7 @@ async function checkServiceHealth(serviceName) {
476
478
headers: { 'Content-Type': 'application/json' },
477
479
body: JSON.stringify({
478
480
prompt: `Analyze the health of service ${serviceName}`,
479
-
tools: ['^(list|get|search)_.*'],
481
+
tools: ['^(list|get|search|count)_.*'],
480
482
labels: {
481
483
source: 'monitoring_dashboard',
482
484
service: serviceName,
@@ -531,7 +533,7 @@ Automatically trigger Port AI based on catalog events using Port's automation sy
531
533
},
532
534
"body": {
533
535
"prompt": "Infrastructure component {{ .event.diff.after.title }} is unhealthy. Analyze the issue and suggest remediation steps based on current state and recent changes.",
0 commit comments