@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
|
|
14
|
-
- which
|
|
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
|
-
|
|
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
|
|