Skip to content

Bug | PORT-15338 Rename the Add context to AI Agents guide to a more business use case title for RCA #2504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Learn how to enhance AI agents with custom context like Root Cause
import Tabs from "@theme/Tabs"
import TabItem from "@theme/TabItem"

# Add custom context to AI agents
# Add RCA context to AI agents

## Overview

Expand Down
6 changes: 3 additions & 3 deletions src/components/guides-section/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,11 +1271,11 @@ export const availableGuides = [
link: "/guides/all/manage-and-visualize-jira-issues",
},
{
title: "Add custom context to AI agents",
description: "Enhance AI agents with custom context like Root Cause Analysis documents",
title: "Add RCA context to AI agents",
description: "Enhance AI agents with Root Cause Analysis context",
tags: ["Incident management", "AI", "Actions"],
logos: ["AI"],
link: "/guides/all/add-context-to-incident-manager-ai-agent",
link: "/guides/all/add-rca-context-to-ai-agents",
},
{
title: "Manage your EKS clusters",
Expand Down