utilitas 1998.2.49 → 1998.2.51

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
@@ -125,7 +125,7 @@ You may be provided with some tools(functions) to help you gather information an
125
125
  | GROUP_LIMIT | Number | 3000 |
126
126
  | HELLO | String | Hello! |
127
127
  | MESSAGE_LENGTH_LIMIT | Number | 4096 |
128
- | MESSAGE_SOFT_LIMIT | Number | 4000 |
128
+ | MESSAGE_SOFT_LIMIT | Number | 3891 |
129
129
  | PRIVATE_LIMIT | Number | 1000 |
130
130
  | end | AsyncFunction | async, options |
131
131
  | init | AsyncFunction | options |
@@ -380,7 +380,7 @@ You may be provided with some tools(functions) to help you gather information an
380
380
  | getJson | AsyncFunction | u, o |
381
381
  | getParsedHtml | AsyncFunction | u, o |
382
382
  | getVersionOnNpm | AsyncFunction | packName |
383
- | initSearch | Function | options |
383
+ | initSearch | AsyncFunction | options |
384
384
  | search | AsyncFunction | query, options |
385
385
 
386
386
  ### [sms](./lib/sms.mjs)
@@ -398,6 +398,7 @@ You may be provided with some tools(functions) to help you gather information an
398
398
  | :--- | :--- | :--- |
399
399
  | _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,OpenAI,whisper-node |
400
400
  | default | AsyncFunction | options |
401
+ | OPENAI_TTS_MAX_LENGTH | Number | 4096 |
401
402
  | checkSay | AsyncFunction | options |
402
403
  | checkWhisper | AsyncFunction | options |
403
404
  | init | AsyncFunction | options |