@overmap-ai/core 1.0.53-add-agent-conversations.4 → 1.0.53-add-agent-conversations.5

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.
@@ -8538,7 +8538,7 @@ var __publicField = (obj, key, value) => {
8538
8538
  const result = await this.enqueueRequest({
8539
8539
  description: "Get agent conversation history",
8540
8540
  method: HttpMethod.GET,
8541
- url: `/projects/${activeProject}/agents-conversations/`,
8541
+ url: `/projects/${activeProject}/agent-conversations/`,
8542
8542
  blockers: ["agent-conversations"],
8543
8543
  blocks: ["agent-conversations"]
8544
8544
  });