create_private_chat
Start a private conversation with another user by specifying their numeric user ID. The new chat's ID is returned.
Instructions
Create a personal (PM) chat with another user.
Args: user_id: Numeric ID of the user to start a PM with.
Returns: ToolResponse with the new chat's ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |