Releases: CharlieDigital/SKPromptGenerator
Releases · CharlieDigital/SKPromptGenerator
v0.5.0
v0.4.5
- Adds comments on public members to suppress warnings for CS1591
v0.4.4
- Downgrade the C# analyzer dependency and mark it as private
v0.4.2
- Adds support for removing markdown JSON code block fences
- Adds overrides to return the underlying JSON when using the deserialized entity result (secondary processing, storage, etc.)
v0.4.1
- Adds convenience method to return the result as a deserialized JSON object
v0.4.0
- Changed the token format to match Semantic Kernel:
{{$name}}
as this allows JSON in templates - Generated class uses string interpolation like:
$$"""{{name}}"""
- Added test cases that include JSON in the prompt