Skip to content

Releases: CharlieDigital/SKPromptGenerator

v0.5.0

25 Sep 19:32
Compare
Choose a tag to compare
  • Adds support for types on parameter tokens.
  • Adds support for chat history building prior to execution of the prompt.

v0.4.5

20 Sep 15:22
Compare
Choose a tag to compare
  • Adds comments on public members to suppress warnings for CS1591

v0.4.4

15 Aug 20:56
Compare
Choose a tag to compare
  • Downgrade the C# analyzer dependency and mark it as private

v0.4.2

24 Jul 17:49
Compare
Choose a tag to compare
  • 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

18 Jul 21:27
Compare
Choose a tag to compare
  • Adds convenience method to return the result as a deserialized JSON object

v0.4.0

16 Jul 22:14
Compare
Choose a tag to compare
  • 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