Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds missing imports to the sync_client template (#1131)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add missing imports `createBamlValidationError` and `BamlValidationError` to `sync_client.ts.j2` for error handling in `BamlSyncClient`. > > - **Imports**: > - Add `createBamlValidationError` and `BamlValidationError` to the import statement in `sync_client.ts.j2` from `@boundaryml/baml`. > - **Error Handling**: > - Utilize `createBamlValidationError` and `BamlValidationError` in `BamlSyncClient` for error processing. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 94cedb4. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information