Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in translator request prompt (#501)
This pull request includes a small but important correction to a typo in the `createJsonTranslatorWithValidator` function within the `jsonTranslator.ts` file. The typo fix improves the clarity of the message provided to the LLM. Typo correction: * [`ts/packages/commonUtils/src/jsonTranslator.ts`](diffhunk://#diff-bb6ecd66e24575fbb78e5f5d6474b8feff1845f9e15c2fb23450fb3fb5fe7f29L339-R339): Corrected the word "previoiusly" to "previously" in the user request translation message.
- Loading branch information