@looopy-ai/core 2.1.12 → 2.1.13

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.
@@ -106,7 +106,7 @@ export class AgentToolProvider {
106
106
  'X-Amzn-Bedrock-AgentCore-Runtime-Session-Id': `${context.contextId}`,
107
107
  ...(await this.getHeaders?.(context, this.card)),
108
108
  },
109
- body: JSON.stringify({ prompt }),
109
+ body: JSON.stringify({ type: 'prompt', prompt }),
110
110
  signal: abortController.signal,
111
111
  });
112
112
  if (!res.ok) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looopy-ai/core",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "RxJS-based AI agent framework",
5
5
  "repository": {
6
6
  "url": "https://github.com/looopy-ai/lib"