Skip to content

Commit e442957

Browse files
committed
renamed AI button to AskHolmesGPT
1 parent 4e2a9cf commit e442957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)