@weavy/uikit-react 29.1.0 → 29.2.0
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/changelog.md +13 -0
- package/dist/build/weavy.bundle.js +190 -189
- package/dist/build/weavy.cjs +247 -246
- package/dist/build/weavy.es5.esm.js +1 -1
- package/dist/build/weavy.es5.umd.js +1 -1
- package/dist/build/weavy.mjs +8135 -8104
- package/dist/build/weavy.umd.js +209 -208
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v29.2.0
|
|
4
|
+
|
|
5
|
+
<time>2025-07-09</time>
|
|
6
|
+
|
|
7
|
+
* Added option to enable `web_search` for agents, allowing them to answer questions with up-to-date information beyond their knowledge cutoff.
|
|
8
|
+
* Added option to set `max_tokens` for agents, allowing you to specify the maximum number of output tokens an agent can generate.
|
|
9
|
+
* Added api endpoints for managing agent functions, allowing agents to interface with external API endpoints.
|
|
10
|
+
* Added api endpoint `PUT /api/agents/{agent}` for upserting agents.
|
|
11
|
+
* Added `annotation` setting on components in UI kit. Set `annotations="none"` to disable annotation display.
|
|
12
|
+
* Added `contextualData` string property on contextual components in UI kit.
|
|
13
|
+
* Deprecated `data` property on contextual components in UI kit. Use `contextualData`instead.
|
|
14
|
+
* Fixed an issue when changing `agent` in `wy-copilot` in UI kit.
|
|
15
|
+
|
|
3
16
|
## v29.1.0
|
|
4
17
|
|
|
5
18
|
<time>2025-06-19</time>
|