feat(call_agents): allow to specify whitelist and blacklist agents (#144)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-05-10 22:27:34 +02:00
committed by GitHub
parent 324124e002
commit 289edb67a6
2 changed files with 73 additions and 6 deletions

View File

@@ -339,7 +339,7 @@ func ActionsConfigMeta() []config.FieldGroup {
{
Name: "call_agents",
Label: "Call Agents",
Fields: []config.Field{},
Fields: actions.CallAgentConfigMeta(),
},
}
}