vame.schemas.states
save_state
def save_state(model: BaseModel)
Decorator responsible for validating function arguments using pydantic and saving the state of the called function to the project states json file.
def save_state(model: BaseModel)
Decorator responsible for validating function arguments using pydantic and saving the state of the called function to the project states json file.