@3-/aiapi 0.1.90 → 0.1.92
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.
- package/package.json +1 -1
- package/seg.js +3 -6
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@3-/aiapi","version":"0.1.
|
|
1
|
+
{"name":"@3-/aiapi","version":"0.1.92","repository":{"type":"git","url":"git+https://atomgit.com/i18n/lib.git"},"homepage":"https://atomgit.com/i18n/lib/tree/dev/aiapi","author":"i18n.site@gmail.com","license":"MulanPSL-2.0","exports":{".":"./lib.js","./*":"./*"},"files":["./*"],"devDependencies":{"@3-/read":"^0.1.4"},"scripts":{},"type":"module","dependencies":{"@3-/retry":"^0.0.2","@3-/rm_cn_space":"^0.1.3","@3-/sleep":"^0.0.4","@3-/txt_li":"^0.1.6","@3-/utf8":"^0.0.4","@tron-format/tron":"^0.1.3","lodash-es":"^4.17.23"}}
|
package/seg.js
CHANGED
|
@@ -16,13 +16,10 @@ OPT = {
|
|
|
16
16
|
properties: {
|
|
17
17
|
name: {
|
|
18
18
|
type: TYPE.STRING,
|
|
19
|
-
description: '
|
|
20
|
-
},
|
|
21
|
-
role: {
|
|
22
|
-
type: TYPE.STRING,
|
|
23
|
-
description: '猜测此人的身份(如创业者、投资人)'
|
|
19
|
+
description: '此发言人的姓名。如果没有明确的姓名,用简短的几个字概述身份,比如投资人、创业者、主持人等。如有多个发言人没有姓名并且身份一致,可用用专家A、专家B、专家C这种风格等来区分'
|
|
24
20
|
}
|
|
25
|
-
}
|
|
21
|
+
},
|
|
22
|
+
required: ['name']
|
|
26
23
|
}
|
|
27
24
|
},
|
|
28
25
|
li: {
|