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