@smartytalent/openai-tools 0.1.26 → 0.1.27
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 +17 -20
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -12900,31 +12900,28 @@
|
|
|
12900
12900
|
"title": "RunRelationshipsSchema",
|
|
12901
12901
|
"type": "object",
|
|
12902
12902
|
"required": [
|
|
12903
|
-
"
|
|
12903
|
+
"workflow"
|
|
12904
12904
|
],
|
|
12905
12905
|
"properties": {
|
|
12906
|
-
"
|
|
12906
|
+
"workflow": {
|
|
12907
12907
|
"type": "object",
|
|
12908
12908
|
"properties": {
|
|
12909
12909
|
"data": {
|
|
12910
|
-
"type": "
|
|
12911
|
-
"
|
|
12912
|
-
"type"
|
|
12913
|
-
"
|
|
12914
|
-
|
|
12915
|
-
|
|
12916
|
-
|
|
12917
|
-
|
|
12918
|
-
"
|
|
12919
|
-
"
|
|
12920
|
-
|
|
12921
|
-
|
|
12922
|
-
|
|
12923
|
-
|
|
12924
|
-
"
|
|
12925
|
-
"type": "string",
|
|
12926
|
-
"description": "The workflow ID to run."
|
|
12927
|
-
}
|
|
12910
|
+
"type": "object",
|
|
12911
|
+
"required": [
|
|
12912
|
+
"type",
|
|
12913
|
+
"id"
|
|
12914
|
+
],
|
|
12915
|
+
"properties": {
|
|
12916
|
+
"type": {
|
|
12917
|
+
"type": "string",
|
|
12918
|
+
"enum": [
|
|
12919
|
+
"workflows"
|
|
12920
|
+
]
|
|
12921
|
+
},
|
|
12922
|
+
"id": {
|
|
12923
|
+
"type": "string",
|
|
12924
|
+
"description": "The workflow ID to run."
|
|
12928
12925
|
}
|
|
12929
12926
|
}
|
|
12930
12927
|
}
|