@overmap-ai/core 1.0.48-fix-agent-errors.1 → 1.0.48-fix-agent-errors.3
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.
|
@@ -35,5 +35,5 @@ export declare class AgentService extends BaseApiService {
|
|
|
35
35
|
* @param request The message to prompt the agent with.
|
|
36
36
|
* @param conversationId If continuing an existing message, the UUID of that conversation.
|
|
37
37
|
*/
|
|
38
|
-
prompt(request: Payload<string>, conversationId
|
|
38
|
+
prompt(request: Payload<string>, conversationId?: string): Promise<PromptAgentResponse>;
|
|
39
39
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Core functionality for Overmap",
|
|
4
4
|
"author": "Wôrdn Inc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"version": "1.0.48-fix-agent-errors.
|
|
6
|
+
"version": "1.0.48-fix-agent-errors.3",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/overmap-core.umd.cjs",
|
|
9
9
|
"module": "dist/overmap-core.js",
|