Spaces:
No application file
No application file
Sandeep Suresh
feat: Implement wait action and enhance action handling in simulation environment
dfc56a2 | from pydantic import BaseModel | |
| from typing import Literal | |
| class WaitAction(BaseModel): | |
| action_type: Literal["wait"] = "wait" | |