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 {
|
if agentConfig == nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
description += fmt.Sprintf("\n- %s: %s", agent, agentConfig.Description)
|
description += fmt.Sprintf("\n\t- %s: %s", agent, agentConfig.Description)
|
||||||
}
|
}
|
||||||
|
|
||||||
return types.ActionDefinition{
|
return types.ActionDefinition{
|
||||||
|
|||||||
Reference in New Issue
Block a user