From 62940a1a56103efa0744fc708fccf0afe7f69d61 Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 28 Mar 2025 18:40:40 +0100 Subject: [PATCH] fix: add a tab when listing agents Signed-off-by: mudler --- services/actions/callagents.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/actions/callagents.go b/services/actions/callagents.go index fb346cd..ed9ea97 100644 --- a/services/actions/callagents.go +++ b/services/actions/callagents.go @@ -74,7 +74,7 @@ func (a *CallAgentAction) Definition() types.ActionDefinition { if agentConfig == nil { continue } - description += fmt.Sprintf("\n- %s: %s", agent, agentConfig.Description) + description += fmt.Sprintf("\n\t- %s: %s", agent, agentConfig.Description) } return types.ActionDefinition{