@inkeep/agents-run-api 0.0.0-dev-20250913032042 → 0.0.0-dev-20250913033021

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/index.cjs CHANGED
@@ -8971,7 +8971,7 @@ function createExecutionHono(serverConfig, credentialStores) {
8971
8971
  if (requestBody) {
8972
8972
  conversationId = requestBody.conversationId;
8973
8973
  if (!conversationId) {
8974
- logger22.debug({}, "No conversation ID found in request body");
8974
+ logger22.debug({ requestBody }, "No conversation ID found in request body");
8975
8975
  }
8976
8976
  }
8977
8977
  const entries = Object.fromEntries(
package/dist/index.js CHANGED
@@ -8633,7 +8633,7 @@ function createExecutionHono(serverConfig, credentialStores) {
8633
8633
  if (requestBody) {
8634
8634
  conversationId = requestBody.conversationId;
8635
8635
  if (!conversationId) {
8636
- logger22.debug({}, "No conversation ID found in request body");
8636
+ logger22.debug({ requestBody }, "No conversation ID found in request body");
8637
8637
  }
8638
8638
  }
8639
8639
  const entries = Object.fromEntries(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-run-api",
3
- "version": "0.0.0-dev-20250913032042",
3
+ "version": "0.0.0-dev-20250913033021",
4
4
  "description": "Agents Run API for Inkeep Agent Framework - handles chat, agent execution, and streaming",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "traverse": "^0.6.11",
43
43
  "ts-pattern": "^5.7.1",
44
44
  "zod": "^4.1.5",
45
- "@inkeep/agents-core": "^0.0.0-dev-20250913032042"
45
+ "@inkeep/agents-core": "^0.0.0-dev-20250913033021"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@hono/vite-dev-server": "^0.20.1",