@smartytalent/openai-tools 0.1.33-dev.33 → 0.1.33-dev.34
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 +6 -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": {
|
|
@@ -17867,7 +17868,8 @@
|
|
|
17867
17868
|
"data": {
|
|
17868
17869
|
"type": "object",
|
|
17869
17870
|
"required": [
|
|
17870
|
-
"type"
|
|
17871
|
+
"type",
|
|
17872
|
+
"id"
|
|
17871
17873
|
],
|
|
17872
17874
|
"properties": {
|
|
17873
17875
|
"type": {
|
|
@@ -18157,7 +18159,8 @@
|
|
|
18157
18159
|
"data": {
|
|
18158
18160
|
"type": "object",
|
|
18159
18161
|
"required": [
|
|
18160
|
-
"type"
|
|
18162
|
+
"type",
|
|
18163
|
+
"id"
|
|
18161
18164
|
],
|
|
18162
18165
|
"properties": {
|
|
18163
18166
|
"type": {
|