@anvia/studio 0.3.0 → 0.4.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/dist/index.d.ts +2 -2
- package/dist/index.js +28 -4
- package/dist/index.js.map +1 -1
- package/dist/ui/assets/{index-B0bCx2Nv.js → index-B4i1IueG.js} +9 -9
- package/dist/ui/assets/{index-B0bCx2Nv.js.map → index-B4i1IueG.js.map} +1 -1
- package/dist/ui/index.html +1 -1
- package/package.json +1 -1
package/dist/ui/index.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
content="Professional Studio interface for Anvia agents, sessions, tools, knowledge, and traces."
|
|
10
10
|
/>
|
|
11
11
|
<link rel="icon" type="image/png" href="/ui/assets/logo.png" />
|
|
12
|
-
<script type="module" crossorigin src="/ui/assets/index-
|
|
12
|
+
<script type="module" crossorigin src="/ui/assets/index-B4i1IueG.js"></script>
|
|
13
13
|
<link rel="stylesheet" crossorigin href="/ui/assets/index-BiMI9T3_.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|