utilitas 1997.1.9 → 1997.1.11

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/README.md CHANGED
@@ -92,6 +92,16 @@ Works in Node.js and modern browsers.
92
92
  | uploadFileForFineTuning | AsyncFunction | content, options |
93
93
  | uploadFileForRetrieval | AsyncFunction | assistantId, content, options |
94
94
 
95
+ ### [bee](./lib/bee.mjs)
96
+
97
+ | symbol | type | params / value |
98
+ | :--- | :--- | :--- |
99
+ | _NEED | Array | puppeteer |
100
+ | default | AsyncFunction | |
101
+ | browse | AsyncFunction | url, options |
102
+ | end | AsyncFunction | |
103
+ | init | AsyncFunction | |
104
+
95
105
  ### [bot](./lib/bot.mjs)
96
106
 
97
107
  | symbol | type | params / value |
@@ -410,6 +420,7 @@ Works in Node.js and modern browsers.
410
420
  | _NEED | Array | file-type,mime-types,@google-cloud/storage |
411
421
  | BUFFER | String | BUFFER |
412
422
  | DATAURL | String | DATAURL |
423
+ | FILE | String | FILE |
413
424
  | MIME_BINARY | String | application/octet-stream |
414
425
  | STREAM | String | STREAM |
415
426
  | analyzeFile | AsyncFunction | any, options |