Record deferred reconciliation requests

This commit is contained in:
2026-05-23 17:50:27 +02:00
parent 141e9cca1d
commit 997766e99d
4 changed files with 134 additions and 1 deletions

View File

@@ -39,3 +39,4 @@ class StateChangeResponse(BaseModel):
follow_up: str
write_through_result: Literal["not_attempted", "applied", "not_applicable"] = "not_attempted"
workplan_path: str | None = None
reconciliation_record_id: uuid.UUID | None = None