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": "Add address",
"confirm_delete": "Delete this address?",
"delete": "Delete"
"delete": "Delete",
"deleting": "Deleting..."
},
"form": {
"title": "New address",
"title_edit": "Edit address",
"name": {
"label": "Name",
"placeholder": "e.g. Office, Warehouse, Production"
@@ -28,6 +30,8 @@
},
"save": "Save",
"saving": "Saving...",
"update": "Update",
"updating": "Updating...",
"mapLabel": "Select a point on the map"
},
"states": {
@@ -41,6 +45,10 @@
"cta": "Add first address",
"title": "No addresses"
},
"error": {
"not_found": "Address not found",
"back_to_list": "Back to addresses"
},
"status": {}
}
}

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": {}
}
}