@smartytalent/openai-tools 0.1.33-dev.38 → 0.1.33-dev.39
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 +5 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -17178,6 +17178,11 @@
|
|
|
17178
17178
|
}
|
|
17179
17179
|
}
|
|
17180
17180
|
}
|
|
17181
|
+
},
|
|
17182
|
+
"meta": {
|
|
17183
|
+
"type": "object",
|
|
17184
|
+
"description": "Free-form metadata. The assessment workflow uses\nmeta.runContext to stash the runId/shardId of the\nparking long-running step so the eventbus resumer\ncan wake the workflow on ATTEMPT_SUBMITTED.",
|
|
17185
|
+
"additionalProperties": true
|
|
17181
17186
|
}
|
|
17182
17187
|
}
|
|
17183
17188
|
}
|