Skip to content

Releases: microsoft/prompty

@prompty/openai v2.0.0-alpha.1

02 Apr 00:29
75c2dfa

Choose a tag to compare

Pre-release

Initial alpha release.

@prompty/foundry v2.0.0-alpha.1

02 Apr 00:29
75c2dfa

Choose a tag to compare

Pre-release

Initial alpha release.

@prompty/core v2.0.0-alpha.1

02 Apr 00:29
75c2dfa

Choose a tag to compare

Pre-release

Initial alpha release.

@prompty/anthropic v2.0.0-alpha.1

02 Apr 00:29
75c2dfa

Choose a tag to compare

Pre-release

Initial alpha release.

Version 0.2.3-beta

24 Jul 09:24
326064b

Choose a tag to compare

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

24 Apr 13:55
366f0d8

Choose a tag to compare

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

24 Apr 11:39
c745870

Choose a tag to compare

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

24 Apr 09:50
fe25c72

Choose a tag to compare

  • 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

23 Apr 18:52
6001196

Choose a tag to compare

Update Prompty model to align with the single agent declarative specification