Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add function to determine 'a' or 'an' for indefinite articles and integrate it into output format rendering logic. > > - **Behavior**: > - Add `indefinite_article_a_or_an()` function in `types.rs` to determine 'a' or 'an' based on the first letter of a word. > - Update `OutputFormatContent::prefix()` to use `indefinite_article_a_or_an()` for primitive types. > - **Documentation**: > - Update `output-format.mdx` to reflect changes in default prefixes for primitive types. > - **Tests**: > - Add tests `render_int()` and `render_float()` in `types.rs` to verify correct article usage. > > <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 7c26436. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information