pupt-lib 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4718,7 +4718,7 @@ const PROVIDER_ADAPTATIONS = {
4718
4718
  "unspecified": {
4719
4719
  rolePrefix: "You are ",
4720
4720
  constraintStyle: "positive",
4721
- formatPreference: "xml",
4721
+ formatPreference: "markdown",
4722
4722
  instructionStyle: "structured"
4723
4723
  }
4724
4724
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pupt-lib",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "TypeScript library for creating AI prompts using JSX syntax",
5
5
  "license": "MIT",
6
6
  "author": "",