feat: add weight to nlp entity schema and readapt

This commit is contained in:
Mohamed Marrouchi 2025-04-02 11:57:57 +01:00 committed by MohamedAliBouhaouala
parent a8666ceb57
commit c121ce7c02

View File

@ -41,7 +41,7 @@ export default [
{
group: WEB_CHANNEL_NAMESPACE,
label: 'greeting_message',
value: 'Welcome! Ready to start a conversation with our chatbot?',
value: '',
type: SettingType.textarea,
translatable: true,
},