@smartytalent/openai-tools 0.1.33-dev.34 → 0.1.33-dev.35

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.
Files changed (2) hide show
  1. package/dist/tools.json +10 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -13919,6 +13919,11 @@
13919
13919
  "webhookId": {
13920
13920
  "type": "string",
13921
13921
  "description": "Identifier returned by recall.ai for the webhook subscription, useful for debugging callback delivery."
13922
+ },
13923
+ "runContext": {
13924
+ "type": "object",
13925
+ "additionalProperties": true,
13926
+ "description": "Workflow runContext stashed at dispatch time (runId, shardId, workflowId, triggerId, stepIndex, ...). The webhook receiver reads this back when recall.ai posts bot.done so it can emit WORKFLOW_RUN_STEP_COMPLETED to resume the parked run."
13922
13927
  }
13923
13928
  }
13924
13929
  },
@@ -14219,6 +14224,11 @@
14219
14224
  "webhookId": {
14220
14225
  "type": "string",
14221
14226
  "description": "Identifier returned by recall.ai for the webhook subscription, useful for debugging callback delivery."
14227
+ },
14228
+ "runContext": {
14229
+ "type": "object",
14230
+ "additionalProperties": true,
14231
+ "description": "Workflow runContext stashed at dispatch time (runId, shardId, workflowId, triggerId, stepIndex, ...). The webhook receiver reads this back when recall.ai posts bot.done so it can emit WORKFLOW_RUN_STEP_COMPLETED to resume the parked run."
14222
14232
  }
14223
14233
  }
14224
14234
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.34",
3
+ "version": "0.1.33-dev.35",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",