@overmap-ai/core 1.0.53-add-agent-conversations.16 → 1.0.53-add-agent-conversations.18
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.
|
@@ -8383,7 +8383,7 @@ var __publicField = (obj, key, value) => {
|
|
|
8383
8383
|
return this.enqueueRequest({
|
|
8384
8384
|
description: "Start agent conversation",
|
|
8385
8385
|
method: HttpMethod.POST,
|
|
8386
|
-
url: "/agents/
|
|
8386
|
+
url: "/agents/prompt/",
|
|
8387
8387
|
payload: {
|
|
8388
8388
|
prompt,
|
|
8389
8389
|
active_project: activeProjectId
|