Scribe 1.0.9 - 🐞 Bug Fix - improves reliability of parsing LLM output
Bug Fix
I found a bug where sometimes the model would return null
for answeredQuestions as opposed to undefined, Zod didn't like that because I didn't specify it as .nullable()
and instead had it only as optional()
Setting up custom templates
In order to enable custom templates I needed to refactor how things were appended to notes in order to be more customizable. This is a full revamp of how we write to notes.