@xuda.io/ai_module 1.1.4857 → 1.1.4859

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 +3 -3
  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
@@ -2766,7 +2766,7 @@ export const update_ai_agent_properties = async function (doc, app_id, uid, fiel
2766
2766
  docs: {
2767
2767
  label: 'Docs',
2768
2768
  type: 'string',
2769
- tooltip: 'Supply array collection of docs to save',
2769
+ tooltip: 'Supply array collection of docs from the drive to save',
2770
2770
  mandatory: true,
2771
2771
  render: 'file',
2772
2772
  },
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.4859",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",