send_message
Send text messages to monitored QQ groups or whitelisted friends with options for replying, splitting long content, and controlling message delivery behavior.
Instructions
Send a message to a monitored group or whitelisted friend.
Args: target: Group ID or friend QQ ID. content: Text message content. target_type: "group" (default) or "private". reply_to: Optional message ID to reply to. split_content: Whether to split long messages into multiple chunks with typing delay (default True). Set to False to send as a single message without splitting. num_chunks: If set, split the message into exactly this many chunks using natural punctuation boundaries. Overrides split_content. The message is first split by punctuation, then the fine chunks are merged into exactly num_chunks groups (e.g. num_chunks=3 sends exactly 3 messages with typing delays between them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| content | Yes | ||
| target_type | No | group | |
| reply_to | No | ||
| split_content | No | ||
| num_chunks | No |