fix(ai): use LangServe message format (type instead of role)
All checks were successful
Build Docker Image / build (push) Successful in 4m3s

This commit is contained in:
Ruslan Bakiev
2026-01-07 16:16:45 +07:00
parent 41a3b3ba39
commit 4f57686364
6 changed files with 374 additions and 27 deletions

View File

@@ -6,10 +6,12 @@
"actions": {
"add": "Добавить адрес",
"delete": "Удалить",
"deleting": "Удаление...",
"confirm_delete": "Удалить этот адрес?"
},
"form": {
"title": "Новый адрес",
"title_edit": "Редактирование адреса",
"mapLabel": "Выберите точку на карте",
"name": {
"label": "Название",
@@ -28,7 +30,9 @@
"placeholder": "37.6173"
},
"save": "Сохранить",
"saving": "Сохранение..."
"saving": "Сохранение...",
"update": "Обновить",
"updating": "Обновление..."
},
"states": {
"loading": "Загружаем адреса..."
@@ -41,6 +45,10 @@
"description": "У вас пока нет сохранённых адресов",
"cta": "Добавить первый адрес"
},
"error": {
"not_found": "Адрес не найден",
"back_to_list": "Назад к адресам"
},
"status": {}
}
}