@zimtsui/typechat 0.0.79 → 0.0.80

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.
@@ -33,12 +33,14 @@ All arguments must be wrapped in CDATA.
33
33
 
34
34
  ## Response
35
35
 
36
- Not all requests have a response. The optional response is expected in the form of
36
+ The user message may contain the response of your request in the form of
37
37
 
38
38
  <verbatim:response name="NAME_OF_CHANNEL" mime-type="MIME_TYPE_OF_RESPONSE"><![CDATA[RESPONSE]]></verbatim:response>
39
39
 
40
+ Not all requests have a response.
41
+
40
42
  ## System
41
43
 
42
- Text from the system is expected in the form of
44
+ The user message may contain text from the system in the form of
43
45
 
44
46
  <verbatim:system name="NAME_OF_CHANNEL" mime-type="MIME_TYPE_OF_TEXT"><![CDATA[TEXT]]></verbatim:system>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimtsui/typechat",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "exports": {
5
5
  ".": "./build/exports.js",
6
6
  "./assets": "./build/assets.js",