Skip to content

Commit f223c59

Browse files
authored
renamed AI button to AskHolmesGPT (#1794)
* renamed AI button to AskHolmesGPT * renamed docs references to Ask HolmesGPT
1 parent 4e2a9cf commit f223c59

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/configuration/holmesgpt/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Robusta can integrate with `Holmes GPT <https://github.com/robusta-dev/holmesgpt
1818

1919
When available, AI based investigations can be launched in one of two ways:
2020

21-
1. Click the ``Ask Holmes`` button in Slack. The AI investigation will be sent back as a new message.
21+
1. Click the ``Ask HolmesGPT`` button in Slack. The AI investigation will be sent back as a new message.
2222

2323
.. image:: /images/robusta-holmes-investigation.png
2424
:width: 600px

docs/configuration/holmesgpt/toolsets/robusta.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Robusta :checkmark:`_`
33
.. include:: ./_toolset_enabled_by_default.inc.rst
44

55
By enabling this toolset, HolmesGPT will be able to fetch alerts metadata. It allows HolmesGPT to fetch information
6-
about specific issues when chatting using "Ask Holmes". This toolset is not necessary for Root Cause Analysis.
6+
about specific issues when chatting using "Ask HolmesGPT". This toolset is not necessary for Root Cause Analysis.
77

88
Configuration
99
-------------

src/robusta/integrations/slack/sender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def __create_holmes_callback(self, finding: Finding) -> CallbackBlock:
353353

354354
return CallbackBlock(
355355
{
356-
"Ask Holmes": CallbackChoice(
356+
"Ask HolmesGPT": CallbackChoice(
357357
action=ask_holmes,
358358
action_params=AIInvestigateParams(
359359
resource=resource, investigation_type="issue", ask="Why is this alert firing?", context=context

0 commit comments

Comments
 (0)