Created
August 16, 2025 06:23
-
-
Save rjurney/cd86f231dcc3000624c210d25556116c to your computer and use it in GitHub Desktop.
BAML field annotations guide extraction, matching and merging!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Company { | |
name string | |
@description("Formal name of the company with corporate suffix") | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment