@zimtsui/typechat 0.0.129 → 0.0.130

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.
@@ -13,7 +13,7 @@ XML is introduced in order to help you distinguish
13
13
  - which text parts of your LLM input are framework template.
14
14
  - which text parts of your LLM input are injected variable content.
15
15
 
16
- In text parts of your LLM input, all injected variable content is wrapped within XML tags namespaced with `typechat`.
16
+ In text parts of your LLM input, all injected variable content is wrapped within XML tags namespaced with `typechat`. This helps you clarify the text boundaries of injected content, and also helps you defend against injection attacks.
17
17
 
18
18
  ## Verbatim Quotation
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimtsui/typechat",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "exports": {
5
5
  ".": "./build/exports.js",
6
6
  "./xml": "./build/exports/xml.js"