@overmap-ai/core 1.0.63 → 1.0.64
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/overmap-core.js
CHANGED
|
@@ -7001,7 +7001,7 @@ class DocumentAttachmentService extends BaseAttachmentService {
|
|
|
7001
7001
|
void this.enqueueRequest({
|
|
7002
7002
|
description: "Add attachment to AI assistant",
|
|
7003
7003
|
method: HttpMethod.PATCH,
|
|
7004
|
-
url: `/
|
|
7004
|
+
url: `/documents/attachments/${attachmnentId}/`,
|
|
7005
7005
|
payload: {
|
|
7006
7006
|
readable_to_assistant: true
|
|
7007
7007
|
},
|