PMCP-AgenticProjectManager / pmcp /models /resume_trigger.py
MatteoMass's picture
bug fix on the trigger
ce2a7d1
raw
history blame
162 Bytes
from typing import Optional
from pydantic import BaseModel
class ResumeTrigger(BaseModel):
confirm_action: bool
changes_description: Optional[str] = ""