fix observer cruise schema (#1551)

This commit is contained in:
Shuchang Zheng
2025-01-14 13:21:08 -08:00
committed by GitHub
parent 4509ce741a
commit e4ad2ff6ca
2 changed files with 15 additions and 6 deletions

View File

@@ -391,10 +391,6 @@ async def run_observer_cruise_helper(
output={"task_type": task_type, "user_goal_achieved": user_goal_achieved},
)
if not plan:
LOG.warning("No plan found in observer response", observer_response=observer_response)
continue
if user_goal_achieved is True:
LOG.info(
"User goal achieved. Workflow run will complete. Observer is stopping",