utilitas 1999.1.48 → 1999.1.50
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 +4 -16
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +1 -0
- package/lib/bot.mjs +13 -1097
- package/lib/manifest.mjs +1 -1
- package/lib/tape.mjs +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,7 @@ Works in Node.js and modern browsers.
|
|
|
22
22
|
| :--- | :--- | :--- |
|
|
23
23
|
| _NEED | Array | @anthropic-ai/sdk,@anthropic-ai/vertex-sdk,@google/genai,js-tiktoken,OpenAI |
|
|
24
24
|
| default | AsyncFunction | options |
|
|
25
|
+
| ATTACHMENTS | String | [ATTACHMENTS] |
|
|
25
26
|
| CLOUD_37_SONNET | String | claude-3-7-sonnet@20250219 |
|
|
26
27
|
| CODE_INTERPRETER | Object | {"type":"code_interpreter"} |
|
|
27
28
|
| DEEPSEEK_R1 | String | deepseek-r1 |
|
|
@@ -92,30 +93,17 @@ Works in Node.js and modern browsers.
|
|
|
92
93
|
|
|
93
94
|
| symbol | type | params / value |
|
|
94
95
|
| :--- | :--- | :--- |
|
|
95
|
-
| _NEED | Array |
|
|
96
|
+
| _NEED | Array | telegraf |
|
|
96
97
|
| default | AsyncFunction | options |
|
|
97
|
-
| BINARY_STRINGS | Array | off,on |
|
|
98
|
-
| COMMAND_DESCRIPTION_LENGTH | Number | 256 |
|
|
99
|
-
| COMMAND_LENGTH | Number | 32 |
|
|
100
|
-
| COMMAND_LIMIT | Number | 100 |
|
|
101
|
-
| EMOJI_BOT | String | 🤖 |
|
|
102
|
-
| EMOJI_SPEECH | String | 👂 |
|
|
103
98
|
| EMOJI_THINKING | String | 💬 |
|
|
104
|
-
|
|
|
105
|
-
| HELLO | String | Hello! |
|
|
106
|
-
| MESSAGE_LENGTH_LIMIT | Number | 4096 |
|
|
107
|
-
| MESSAGE_SOFT_LIMIT | Number | 3891 |
|
|
108
|
-
| PRIVATE_LIMIT | Number | 1000 |
|
|
99
|
+
| MESSAGE_LENGTH_LIMIT | Number | 3891 |
|
|
109
100
|
| end | AsyncFunction | async, options |
|
|
110
101
|
| init | AsyncFunction | options |
|
|
111
102
|
| lines | Function | arr, sep |
|
|
112
|
-
| lines2 | Function | arr |
|
|
113
|
-
| newCommand | Function | command, description |
|
|
114
|
-
| oList | Function | arr, k |
|
|
115
103
|
| paging | Function | message, options |
|
|
104
|
+
| parse_mode | String | Markdown |
|
|
116
105
|
| send | AsyncFunction | chatId, content, options |
|
|
117
106
|
| sendMd | Function | cId, cnt, opt |
|
|
118
|
-
| uList | Function | arr |
|
|
119
107
|
|
|
120
108
|
### [boxes](./lib/boxes.mjs)
|
|
121
109
|
|