Skip to content

Commit

Permalink
ai-brain: move summary section to the top (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaijab authored May 29, 2024
1 parent e34fe7f commit fece1d4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions internal/source/ai-brain/assistant.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ const (
Scan the Kubernetes cluster for critical issues that could significantly impact the cluster's health, stability, or security.
Focus on problems that may not be immediately apparent through events or standard monitoring.
Provide a concise overview of the scan results, including the total number of
critical issues found. If there were no issues found for a specific check, do
not include that section in the report. List the Kubernetes objects directly
affected by the issue. Make sure that your checks are relevant to the current
state of the cluster, do not include resources that no longer exist.
Summary section needs to be at the top of the report, followed by specific checks.
Specific Checks:
Pod Health:
Expand All @@ -57,12 +65,6 @@ Networking:
Identify pods or services experiencing significant network latency or packet loss.
Check for network partitions or connectivity issues between critical components.
Provide a concise overview of the scan results, including the total number of
critical issues found. If there were no issues found for a specific check, do
not include that section in the report. List the Kubernetes objects directly
affected by the issue. Make sure that your checks are relevant to the current
state of the cluster, do not include resources that no longer exist.
Additional Guidance for the LLM Agent:
Prioritize issues that pose the most immediate threat to the cluster's stability, performance, or security.
Expand Down

0 comments on commit fece1d4

Please sign in to comment.