@smartytalent/openai-tools 0.1.16 → 0.1.17
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 +2 -13
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11180,19 +11180,8 @@
|
|
|
11180
11180
|
{
|
|
11181
11181
|
"type": "function",
|
|
11182
11182
|
"function": {
|
|
11183
|
-
"name": "
|
|
11184
|
-
"description": "
|
|
11185
|
-
"parameters": {
|
|
11186
|
-
"type": "object",
|
|
11187
|
-
"properties": {}
|
|
11188
|
-
}
|
|
11189
|
-
}
|
|
11190
|
-
},
|
|
11191
|
-
{
|
|
11192
|
-
"type": "function",
|
|
11193
|
-
"function": {
|
|
11194
|
-
"name": "retry_run",
|
|
11195
|
-
"description": "Retry Run",
|
|
11183
|
+
"name": "update_run",
|
|
11184
|
+
"description": "Update Run",
|
|
11196
11185
|
"parameters": {
|
|
11197
11186
|
"type": "object",
|
|
11198
11187
|
"properties": {}
|