chore: adjust 'phase_id' to 'id' for correct payload
This commit is contained in:
@@ -168,7 +168,7 @@ class UserInterruptAgent(BaseAgent):
|
||||
new_phase_id = msg.body
|
||||
self.logger.info(f"Phase transition detected: {new_phase_id}")
|
||||
|
||||
payload = {"type": "phase_update", "phase_id": new_phase_id}
|
||||
payload = {"type": "phase_update", "id": new_phase_id}
|
||||
|
||||
await self._send_experiment_update(payload)
|
||||
case "goal_start":
|
||||
|
||||
Reference in New Issue
Block a user