dooers-agents-client 0.4.0 → 0.5.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/dist/main.cjs CHANGED
@@ -1398,6 +1398,7 @@ function useFormFileUpload() {
1398
1398
  const formData = new FormData();
1399
1399
  formData.append("file", params.file);
1400
1400
  formData.append("field_id", params.fieldId);
1401
+ formData.append("source", "chat");
1401
1402
  formData.append("agent_id", params.agentId);
1402
1403
  formData.append("run_id", params.runId);
1403
1404
  formData.append("thread_id", params.threadId);