wait_for_reply
Wait for a new reply from a target user or group after sending a message. Blocks until a message arrives or timeout expires, returning only non-self messages.
Instructions
Wait for a new reply/message from a target.
Blocks until a new message arrives from the specified target or the timeout expires. Returns any new messages received. Only returns non-self messages (others' replies, not the bot's own).
Use this after send_message to wait for the other person's reply and continue the conversation in one agent turn.
Args: target: Group ID or friend QQ ID. target_type: "group" (default) or "private". timeout: Maximum seconds to wait (default 120, max 300).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| target_type | No | group | |
| timeout | No |