@bdky/aaas-pilot-kit-vue3 1.0.2 → 1.0.3
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ $ yarn add @bdky/aaas-pilot-kit-vue3
|
|
|
81
81
|
</script>
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
⚠️ **注意**:使用自定义 `agentService`
|
|
84
|
+
⚠️ **注意**:使用自定义 `agentService` 时,无需再配置 `agentConfig`,以避免混用带来的歧义。
|
|
85
85
|
|
|
86
86
|
**详细实现指南**:[自定义 AgentService 配置](/docs/vanilla/advanced-config/agent-service/overview)
|
|
87
87
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdky/aaas-pilot-kit-vue3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"analyze": "RSDOCTOR=true npx rslib build"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@bdky/aaas-pilot-kit": "^1.0.
|
|
35
|
+
"@bdky/aaas-pilot-kit": "^1.0.3",
|
|
36
36
|
"uuid": "^13.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|