fix(ai): use LangServe message format (type instead of role)
All checks were successful
Build Docker Image / build (push) Successful in 4m3s
All checks were successful
Build Docker Image / build (push) Successful in 4m3s
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user