Releases: microsoft/prompty
Releases · microsoft/prompty
@prompty/openai v2.0.0-alpha.1
Initial alpha release.
@prompty/foundry v2.0.0-alpha.1
Initial alpha release.
@prompty/core v2.0.0-alpha.1
Initial alpha release.
@prompty/anthropic v2.0.0-alpha.1
Initial alpha release.
Version 0.2.3-beta
Key changes:
- Added data URI support for images in the chat parser with proper validation and parsing
- Updated Microsoft.Extensions.AI.Abstractions from preview version to stable 9.7.1
- Upgraded Scriban from 5.12.1 to 6.2.1 (major version bump)
- Updated YamlDotNet from 15.3.0 to 16.3.0 (major version bump)
Version 0.2.2-beta
This PR adds tests to verify Prompty.Load's behavior when no parent path is specified and updates the loading logic to handle the absence of a valid file path.
- Update Prompty.Load to derive a parent path using the current working directory if the provided path is not a valid file.
- Add new theory tests to cover various file inputs for scenarios with and without a parent path.
Version 0.2.1-beta
Fixes the behavior of the Load method by passing the provided path directly to LoadRaw and adjusts the error message in Normalizer.cs, along with adding a new test for loading from a path.
- Updated Prompty.Load to use the given path instead of a computed parent directory.
- Revised error message in Normalizer.cs to reference the correct file variable.
- Added a new test to cover the Load scenario with a file path.
Version 0.2.0-beta
- Refactored property naming from Parameters to Options in connection and model configuration.
- Made DefaultApi public and enhanced API setter validation in Model.
- Updated error messages in the Normalizer and added test coverage for legacy property names.
Version 0.1.0-beta
Update Prompty model to align with the single agent declarative specification