@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.
package/dist/overmap-core.js
CHANGED
|
@@ -8393,7 +8393,7 @@ class AgentService extends BaseApiService {
|
|
|
8393
8393
|
return this.enqueueRequest({
|
|
8394
8394
|
description: "Start agent conversation",
|
|
8395
8395
|
method: HttpMethod.POST,
|
|
8396
|
-
url: "/agents/
|
|
8396
|
+
url: "/agents/prompt/",
|
|
8397
8397
|
payload: {
|
|
8398
8398
|
prompt,
|
|
8399
8399
|
active_project: activeProjectId
|