@xuda.io/ai_module 1.1.5195 → 1.1.5197

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 (3) hide show
  1. package/index.mjs +1 -1
  2. package/old.mjs +1 -1
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -4794,7 +4794,7 @@ const ai_chat_conversation = async function (req, job_id, headers) {
4794
4794
  role: 'assistant',
4795
4795
  ai_agent_id: output.state._currentAgent.name,
4796
4796
  job_id,
4797
- rprompt_conversation_item_id,
4797
+ prompt_conversation_item_id,
4798
4798
  };
4799
4799
  const save_ret = await db_module.save_app_couch_doc_native(account_profile_info.app_id, in_conversation_item_obj);
4800
4800
 
package/old.mjs CHANGED
@@ -485,7 +485,7 @@ setTimeout(async () => {
485
485
  // ret = await transcribe('/B.mp4');
486
486
  // ret = await upload_file_to_openai_storage('/AAA.mp3');
487
487
  // ret = await create_image("'Generate an image of gray tabby cat hugging an otter with an orange scarf'");
488
- // ret = await submit_chat_conversation({ uid, prompt: 'use xuda.io agent to require info about xuda.io', ai_agents: [] });
488
+ // ret = await submit_chat_conversation({ uid, prompt: 'use xuda.ai agent to require info about xuda.ai', ai_agents: [] });
489
489
  // ret = await submit_chat_conversation({ prompt: 'what is my name', conversation_id: ret.data.conversation_doc._id });
490
490
  // const ret = await create_studio_app('crm');
491
491
  // ret = await submit_chat_gpt_prompt({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5195",
3
+ "version": "1.1.5197",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",