Annotations
4 errors
build:
src/nlug.ts#L64
Type '"FailedNlu"' is not assignable to type '"greet" | "request" | "answer" | "ask"'.
|
build:
src/rules.ts#L271
Conversion of type '{ type: "FailedNlu"; content: null; }' to type 'Move' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/rules.ts#L295
Conversion of type '{ type: "FailedNlu"; content: null; }' to type 'Move' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Process completed with exit code 2.
|