feat(call_agents): merge metadata of results (#126)

* feat(call_agents): merge metadata of results

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* chore: correct env typo

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Update services/actions/callagents.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: add icon to thinking

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto
2025-04-01 21:57:32 +02:00
committed by GitHub
parent 53d135bec9
commit e90c192063
6 changed files with 33 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ type Slack struct {
conversationTracker *ConversationTracker[string]
}
const thinkingMessage = "thinking..."
const thinkingMessage = ":hourglass: thinking..."
func NewSlack(config map[string]string) *Slack {