@smartytalent/openai-tools 0.1.33-dev.76 → 0.1.33-dev.78
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 +7 -104
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6227,56 +6227,14 @@
|
|
|
6227
6227
|
]
|
|
6228
6228
|
},
|
|
6229
6229
|
"attributes": {
|
|
6230
|
-
"title": "LinkAttributesSchema",
|
|
6231
6230
|
"type": "object",
|
|
6232
6231
|
"required": [
|
|
6233
|
-
"
|
|
6234
|
-
"email"
|
|
6232
|
+
"sourceUrl"
|
|
6235
6233
|
],
|
|
6236
6234
|
"properties": {
|
|
6237
|
-
"
|
|
6238
|
-
"type": "string"
|
|
6239
|
-
|
|
6240
|
-
"status": {
|
|
6241
|
-
"type": "string"
|
|
6242
|
-
},
|
|
6243
|
-
"timestamps": {
|
|
6244
|
-
"title": "ResourceTimestampsSchema",
|
|
6245
|
-
"type": "object",
|
|
6246
|
-
"properties": {
|
|
6247
|
-
"created": {
|
|
6248
|
-
"type": "string",
|
|
6249
|
-
"format": "date-time"
|
|
6250
|
-
},
|
|
6251
|
-
"modified": {
|
|
6252
|
-
"type": "string",
|
|
6253
|
-
"format": "date-time"
|
|
6254
|
-
}
|
|
6255
|
-
}
|
|
6256
|
-
}
|
|
6257
|
-
}
|
|
6258
|
-
},
|
|
6259
|
-
"relationships": {
|
|
6260
|
-
"title": "LinkRelationshipsSchema",
|
|
6261
|
-
"type": "object",
|
|
6262
|
-
"properties": {
|
|
6263
|
-
"file": {
|
|
6264
|
-
"title": "LinkRelationshipsFileSchema",
|
|
6265
|
-
"type": "object",
|
|
6266
|
-
"properties": {
|
|
6267
|
-
"data": {
|
|
6268
|
-
"title": "LinkRelationshipsFileDataSchema",
|
|
6269
|
-
"type": "object",
|
|
6270
|
-
"properties": {
|
|
6271
|
-
"type": {
|
|
6272
|
-
"type": "string"
|
|
6273
|
-
},
|
|
6274
|
-
"id": {
|
|
6275
|
-
"type": "string"
|
|
6276
|
-
}
|
|
6277
|
-
}
|
|
6278
|
-
}
|
|
6279
|
-
}
|
|
6235
|
+
"sourceUrl": {
|
|
6236
|
+
"type": "string",
|
|
6237
|
+
"description": "The URL to fetch and render to markdown."
|
|
6280
6238
|
}
|
|
6281
6239
|
}
|
|
6282
6240
|
}
|
|
@@ -6311,66 +6269,11 @@
|
|
|
6311
6269
|
{
|
|
6312
6270
|
"type": "function",
|
|
6313
6271
|
"function": {
|
|
6314
|
-
"name": "
|
|
6315
|
-
"description": "
|
|
6272
|
+
"name": "refresh_link",
|
|
6273
|
+
"description": "Re-fetch Link",
|
|
6316
6274
|
"parameters": {
|
|
6317
|
-
"title": "UpdateLinkRequestBody",
|
|
6318
6275
|
"type": "object",
|
|
6319
|
-
"
|
|
6320
|
-
"data"
|
|
6321
|
-
],
|
|
6322
|
-
"properties": {
|
|
6323
|
-
"data": {
|
|
6324
|
-
"title": "UpdateLinkRequestBodyData",
|
|
6325
|
-
"type": "object",
|
|
6326
|
-
"required": [
|
|
6327
|
-
"type",
|
|
6328
|
-
"id",
|
|
6329
|
-
"attributes"
|
|
6330
|
-
],
|
|
6331
|
-
"properties": {
|
|
6332
|
-
"type": {
|
|
6333
|
-
"type": "string",
|
|
6334
|
-
"enum": [
|
|
6335
|
-
"links"
|
|
6336
|
-
]
|
|
6337
|
-
},
|
|
6338
|
-
"id": {
|
|
6339
|
-
"type": "string"
|
|
6340
|
-
},
|
|
6341
|
-
"attributes": {
|
|
6342
|
-
"title": "LinkAttributesSchema",
|
|
6343
|
-
"type": "object",
|
|
6344
|
-
"required": [
|
|
6345
|
-
"name",
|
|
6346
|
-
"email"
|
|
6347
|
-
],
|
|
6348
|
-
"properties": {
|
|
6349
|
-
"name": {
|
|
6350
|
-
"type": "string"
|
|
6351
|
-
},
|
|
6352
|
-
"status": {
|
|
6353
|
-
"type": "string"
|
|
6354
|
-
},
|
|
6355
|
-
"timestamps": {
|
|
6356
|
-
"title": "ResourceTimestampsSchema",
|
|
6357
|
-
"type": "object",
|
|
6358
|
-
"properties": {
|
|
6359
|
-
"created": {
|
|
6360
|
-
"type": "string",
|
|
6361
|
-
"format": "date-time"
|
|
6362
|
-
},
|
|
6363
|
-
"modified": {
|
|
6364
|
-
"type": "string",
|
|
6365
|
-
"format": "date-time"
|
|
6366
|
-
}
|
|
6367
|
-
}
|
|
6368
|
-
}
|
|
6369
|
-
}
|
|
6370
|
-
}
|
|
6371
|
-
}
|
|
6372
|
-
}
|
|
6373
|
-
}
|
|
6276
|
+
"properties": {}
|
|
6374
6277
|
}
|
|
6375
6278
|
}
|
|
6376
6279
|
},
|