Med Marrouchi

Results 23 issues of Med Marrouchi

New parse payload have the following data structure : ``` {"text":"Bonjour","intents":[{"id":"467958847129146","name":"greeting","confidence":0.9986}],"entities":{},"traits":{"language":[{"id":"0596e762-b648-4e55-84ff-2fbaa4eca22b","value":"fr","confidence":0.9989}]}} ``` I don't know how much it will impact the current code. We must review the full API documentation....

When sending train(), WIT API is not accepting samples when text length is greater than 280. Two solutions are available : Either slice the text or return an error @bashz...

Running unit tests returns : > nyc mocha --timeout 5000 --reporter nyan 17 -_-_-_-_-_-_-_-_-_-_-_-_-_-_,------, 9 -_-_-_-_-_-_-_-_-_-_-_-_-_-_| /\_/\ 0 -_-_-_-_-_-_-_-_-_-_-_-_-_-^|__( x .x) -_-_-_-_-_-_-_-_-_-_-_-_-_- "" "" 17 passing (43s) 9 failing 1)...

# Motivation [[[Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.](fix:...

# Motivation This PR syncs documentation with gitbook ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue)...

### Description Currently the API endpoint for refreshing translations extract all custom blocks settings (including secret). We need to restrict the translation refresh to only text like settings. ### Reproduction...

bug
good first issue
hacktoberfest
security

**Summary:** Implement a new channel handler in Hexabot to support integration with Slack, allowing users to interact with Hexabot through Slack workspaces. This feature will enable Slack users to send...

**Summary** Implement a new channel handler for WhatsApp to enable integration with Hexabot, similar to the existing Messenger Channel. This feature will allow Hexabot users to engage with their customers...

### Summary Implement a new channel handler for Discord, similar to the existing Facebook/Messenger Channel Handler, allowing Hexabot to integrate with Discord for messaging, events, and interaction capabilities. This feature...

### Description ![image](https://github.com/user-attachments/assets/6b1febe3-ebb1-46e7-bdf2-eada9b9d89dc) ### Reproduction steps ```bash 1. Go to 'NLU Training' 2. Type "Bonjour", will do prediction 3. Type "Hello", will do a new prediction, but language stays "French"...

bug