botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

feat: Typed and coherent HTTP communication between NLU Server, Lang Server and Duckling #118

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

The branch is badly named. The goal is to standardize error return types between botpress, nlu and language servers.

What this PR does:

Current Behavior:

5755d8f8-977e-4b1f-b2e9-b12aa947bc78

This will reduce the amount of issues raised on github even if these issues are not "real" issues. Currently when ever something like this is raised, we respond with "make sure your lang server is reachable".