v1.83.3
π What's New in GenAIScript 1.83.3
-
Improved Error Handling: We've enhanced the error messages for extra arguments in your scripts. Now, if extra input arguments are detected, you'll receive a more informative message detailing the expected parameters. This will make debugging much easier and efficient! βοΈ
-
Frontmatter Validation Fixes: We've addressed an issue where invalid whitespace in frontmatter could cause parsing errors. The system now correctly identifies and warns you about any unexpected whitespace before the frontmatter delimiter (
---
). This ensures smoother parsing and validation of your YAML frontmatter. π -
YAML Parsing Enhancement: Transitioned from
YAMLTryParse
to a more robustYAMLParse
for better accuracy and reliability in parsing YAML frontmatter. This change helps in reducing potential errors during YAML processing. π
These updates aim to enhance your development experience by providing clearer feedback and more reliable parsing. Enjoy the improvements! π