@verana-labs/vs-agent-model 1.6.0 → 1.6.1-dev.1
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
`@verana-labs/vs-agent-model`
|
|
2
2
|
# VS Agent Model
|
|
3
3
|
|
|
4
|
-
This package provides the data models used by **VS Agent** and its related services and libraries within the `@
|
|
4
|
+
This package provides the data models used by **VS Agent** and its related services and libraries within the `@verana-labs` ecosystem. These models are essential for chatbot development and facilitate integration with the broader system.
|
|
5
5
|
|
|
6
6
|
## Packages Using This Library
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@verana-labs/vs-agent-model",
|
|
3
3
|
"main": "build/index",
|
|
4
4
|
"types": "build/index",
|
|
5
|
-
"version": "1.6.
|
|
5
|
+
"version": "1.6.1-dev.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/verana-labs/vs-agent"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"build"
|