diff --git a/backend/ai-core/cmd/main.go b/backend/ai-core/cmd/main.go index ebe056f..1b48625 100644 --- a/backend/ai-core/cmd/main.go +++ b/backend/ai-core/cmd/main.go @@ -925,8 +925,8 @@ func handleChat( SenderName string `json:"sender_name"` OriginalUID string `json:"original_uid"` BotUID string `json:"bot_uid"` - GroupName string - AdapterName string `json:"group_name,omitempty"` + GroupName string `json:"group_name,omitempty"` + AdapterName string `json:"adapter_name,omitempty"` } `json:"source,omitempty"` } if err := json.NewDecoder(r.Body).Decode(&req); err != nil {