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