@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.
|
@@ -6989,7 +6989,7 @@ var __publicField = (obj, key, value) => {
|
|
|
6989
6989
|
void this.enqueueRequest({
|
|
6990
6990
|
description: "Add attachment to AI assistant",
|
|
6991
6991
|
method: HttpMethod.PATCH,
|
|
6992
|
-
url: `/
|
|
6992
|
+
url: `/documents/attachments/${attachmnentId}/`,
|
|
6993
6993
|
payload: {
|
|
6994
6994
|
readable_to_assistant: true
|
|
6995
6995
|
},
|