mongodb / chatbot

MongoDB Chatbot Framework. Powered by MongoDB and Atlas Vector Search.
https://mongodb.github.io/chatbot/
Apache License 2.0
144 stars 63 forks source link

(DOCSP-31928): Implement numbered lists #154

Closed cbush closed 1 year ago

cbush commented 1 year ago

Jira: https://jira.mongodb.org/browse/DOCSP-31928

Changes

Notes

nlarew commented 1 year ago

Seeing a couple of test errors (timeouts and GH rate limiting) + these build errors in test files:

➡ npm run build

> ingest@0.0.6-0 build
> tsc -b

src/renderSnootyTable.test.ts:15:54 - error TS2554: Expected 1 arguments, but got 2.

15     const result = renderSnootyTable(sampleTableAst, 0);
                                                        ~

src/renderSnootyTable.test.ts:109:43 - error TS2554: Expected 1 arguments, but got 2.

109     const result = renderSnootyTable(ast, 0);
                                              ~

Found 2 errors.