fix: add a tab when listing agents

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-03-28 18:40:40 +01:00
parent c6ce1c324f
commit 62940a1a56

View File

@@ -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{