@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.
@@ -8548,7 +8548,7 @@ class AgentService extends BaseApiService {
8548
8548
  const result = await this.enqueueRequest({
8549
8549
  description: "Get agent conversation history",
8550
8550
  method: HttpMethod.GET,
8551
- url: `/projects/${activeProject}/agents-conversations/`,
8551
+ url: `/projects/${activeProject}/agent-conversations/`,
8552
8552
  blockers: ["agent-conversations"],
8553
8553
  blocks: ["agent-conversations"]
8554
8554
  });