add organization domain (#220)

This commit is contained in:
Shuchang Zheng
2024-04-23 15:02:56 -07:00
committed by GitHub
parent 550ad65c5d
commit 7f5b77da3a
5 changed files with 43 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ class Organization(BaseModel):
webhook_callback_url: str | None = None
max_steps_per_run: int | None = None
max_retries_per_step: int | None = None
domain: str | None = None
created_at: datetime
modified_at: datetime