@zimtsui/typechat 0.0.73 → 0.0.75
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.
|
@@ -8,7 +8,7 @@ XML Verbatim Channel is designed to avoid escaping in structured output of large
|
|
|
8
8
|
|
|
9
9
|
## Declaration
|
|
10
10
|
|
|
11
|
-
The system or the user
|
|
11
|
+
The system or the user is expected to declare all available XML Verbatim Channels in the form of
|
|
12
12
|
|
|
13
13
|
<verbatim:declaration name="CHANNEL_1_NAME">
|
|
14
14
|
<verbatim:description>DESCRIPTION_OF_CHANNEL_1</verbatim:description>
|
|
@@ -33,17 +33,3 @@ You can make a request through the channel CHANNEL_1_NAME in the form of
|
|
|
33
33
|
|
|
34
34
|
- All parameters are required
|
|
35
35
|
- All arguments must be wrapped in CDATA
|
|
36
|
-
|
|
37
|
-
# Available XML Verbatim Channels
|
|
38
|
-
|
|
39
|
-
<verbatim:declaration name="submit">
|
|
40
|
-
<verbatim:description>提交文章</verbatim:description>
|
|
41
|
-
<verbatim:parameter name="title">
|
|
42
|
-
<verbatim:description>文章标题</verbatim:description>
|
|
43
|
-
<verbatim:mime-type>text/plain</verbatim:mime-type>
|
|
44
|
-
</verbatim:parameter>
|
|
45
|
-
<verbatim:parameter name="body">
|
|
46
|
-
<verbatim:description>文章内容</verbatim:description>
|
|
47
|
-
<verbatim:mime-type>text/markdown;dialect=gfm+tex_math_dollars</verbatim:mime-type>
|
|
48
|
-
</verbatim:parameter>
|
|
49
|
-
</verbatim:declaration>
|