@zimtsui/typechat 0.0.115 → 0.0.116

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.
@@ -10,10 +10,10 @@ are assembled by the AI agent framework.
10
10
 
11
11
  XML is introduced in order to help you distinguish
12
12
 
13
- - which part of your LLM input is framework template.
14
- - which part of your LLM input is injected variable content.
13
+ - which text parts of your LLM input are framework template.
14
+ - which text parts of your LLM input are injected variable content.
15
15
 
16
- All injected variable content is always 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`.
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.115",
3
+ "version": "0.0.116",
4
4
  "exports": {
5
5
  ".": "./build/exports.js",
6
6
  "./assets": "./build/assets.js",