@smartytalent/openai-tools 0.1.33-dev.33 → 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.
- package/dist/tools.json +16 -3
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11666,7 +11666,8 @@
|
|
|
11666
11666
|
"data": {
|
|
11667
11667
|
"type": "object",
|
|
11668
11668
|
"required": [
|
|
11669
|
-
"type"
|
|
11669
|
+
"type",
|
|
11670
|
+
"id"
|
|
11670
11671
|
],
|
|
11671
11672
|
"properties": {
|
|
11672
11673
|
"type": {
|
|
@@ -13918,6 +13919,11 @@
|
|
|
13918
13919
|
"webhookId": {
|
|
13919
13920
|
"type": "string",
|
|
13920
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."
|
|
13921
13927
|
}
|
|
13922
13928
|
}
|
|
13923
13929
|
},
|
|
@@ -14218,6 +14224,11 @@
|
|
|
14218
14224
|
"webhookId": {
|
|
14219
14225
|
"type": "string",
|
|
14220
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."
|
|
14221
14232
|
}
|
|
14222
14233
|
}
|
|
14223
14234
|
},
|
|
@@ -17867,7 +17878,8 @@
|
|
|
17867
17878
|
"data": {
|
|
17868
17879
|
"type": "object",
|
|
17869
17880
|
"required": [
|
|
17870
|
-
"type"
|
|
17881
|
+
"type",
|
|
17882
|
+
"id"
|
|
17871
17883
|
],
|
|
17872
17884
|
"properties": {
|
|
17873
17885
|
"type": {
|
|
@@ -18157,7 +18169,8 @@
|
|
|
18157
18169
|
"data": {
|
|
18158
18170
|
"type": "object",
|
|
18159
18171
|
"required": [
|
|
18160
|
-
"type"
|
|
18172
|
+
"type",
|
|
18173
|
+
"id"
|
|
18161
18174
|
],
|
|
18162
18175
|
"properties": {
|
|
18163
18176
|
"type": {
|