auto_play
Launch a background game loop that automatically votes, chats, settles rounds, and claims rewards. Provide a room ID to start, then check its status to monitor progress.
Instructions
启动一个自主的后台游戏循环,自动投票、聊天、结算轮次和领取奖励。立即返回 — 使用 get_auto_play_status 监控进度。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomId | Yes | 房间 ID 号 | |
| chatStrategy | No | 聊天策略:phase_aware(阶段感知,默认)或 silent(静默) | |
| voteStrategy | No | 投票策略:lowest_hp(最低人性分,默认)、most_active(最活跃)或 random_alive(随机存活者) | |
| chatFrequency | No | 每次 tick 的聊天概率(0-1,默认 0.3) | |
| settleEnabled | No | 是否在满足条件时调用 settleRound(默认 true) | |
| pollIntervalMs | No | 轮询间隔,单位毫秒(默认 10000) |