@xuda.io/ai_module 1.1.4857 → 1.1.4858

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.
Files changed (2) hide show
  1. package/index.mjs +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2709,8 +2709,8 @@ export const update_ai_agent_properties = async function (doc, app_id, uid, fiel
2709
2709
  create structured object like the ## example below for the the following prompt :
2710
2710
  "${db_doc.agentConfig.agent_user_guide}"
2711
2711
 
2712
- only use render options:
2713
- list
2712
+ only use the following render options:
2713
+
2714
2714
  editor
2715
2715
  toggle
2716
2716
  chips
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4857",
3
+ "version": "1.1.4858",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",