mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-24 11:15:22 -04:00
fix: add a tab when listing agents
Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user