get_user_following
Retrieve the list of users a specific user follows on WebSim, with options to limit results and paginate through large datasets.
Instructions
Get users that a specific user is following
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Username | |
| limit | No | Number of users to return (default: 20) | |
| offset | No | Number of users to skip (default: 0) |