vectara/vectara-answer

Make boolean definitions consistent in README

Closed this issue · 1 comments

In the README, booleans are sometimes written as true and sometimes as True. We should make these consistent.

We can also make our code more robust against this kind of typo by updating the code here: https://github.com/vectara/vectara-answer/blob/main/src/contexts/ConfigurationContext.tsx#L199

This has been resolved by updating code of isTrue()