Skip to content
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
2 changes: 1 addition & 1 deletion docs/configuration/holmesgpt/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Robusta can integrate with `Holmes GPT <https://github.com/robusta-dev/holmesgpt

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

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

.. image:: /images/robusta-holmes-investigation.png
:width: 600px
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/holmesgpt/toolsets/robusta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Robusta :checkmark:`_`
.. include:: ./_toolset_enabled_by_default.inc.rst

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

Configuration
-------------
Expand Down
2 changes: 1 addition & 1 deletion src/robusta/integrations/slack/sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def __create_holmes_callback(self, finding: Finding) -> CallbackBlock:

return CallbackBlock(
{
"Ask Holmes": CallbackChoice(
"Ask HolmesGPT": CallbackChoice(
action=ask_holmes,
action_params=AIInvestigateParams(
resource=resource, investigation_type="issue", ask="Why is this alert firing?", context=context
Expand Down
Loading