@getdial/cli 0.40.0 → 0.40.1
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/mcp/tools/send-message.js +3 -2
- package/package.json +1 -1
- package/skills.tar.gz +0 -0
|
@@ -38,7 +38,7 @@ const inputSchema = {
|
|
|
38
38
|
forceAudioFile: z
|
|
39
39
|
.boolean()
|
|
40
40
|
.optional()
|
|
41
|
-
.describe("Send
|
|
41
|
+
.describe("Send a lone audio attachment as a regular file instead of a voice message — an iMessage voice message on iMessage numbers, a WhatsApp voice note on WhatsApp numbers. No effect on standard numbers or non-audio media."),
|
|
42
42
|
};
|
|
43
43
|
export const sendMessageTool = {
|
|
44
44
|
name: "send_message",
|
|
@@ -47,7 +47,8 @@ export const sendMessageTool = {
|
|
|
47
47
|
description: "Send a message from one of your Dial numbers — to a phone number, or into a group conversation — " +
|
|
48
48
|
"optionally with media attachments (MMS). On an iMessage number, a single audio attachment is " +
|
|
49
49
|
"delivered as a voice message unless forceAudioFile is true. " +
|
|
50
|
-
"Address it with exactly one of to or groupId. WhatsApp sends
|
|
50
|
+
"Address it with exactly one of to or groupId. A WhatsApp number sends text and a single " +
|
|
51
|
+
"attachment (a caption is allowed only with an image or video).",
|
|
51
52
|
inputSchema,
|
|
52
53
|
outputSchema: { message: messageSchema },
|
|
53
54
|
annotations: { openWorldHint: true },
|
package/package.json
CHANGED
package/skills.tar.gz
CHANGED
|
Binary file
|