feat: add is_chat field to board memory and task_id to approvals, update pagination and response models
This commit is contained in:
@@ -13,6 +13,7 @@ ApprovalStatus = Literal["pending", "approved", "rejected"]
|
||||
|
||||
class ApprovalBase(SQLModel):
|
||||
action_type: str
|
||||
task_id: UUID | None = None
|
||||
payload: dict[str, object] | None = None
|
||||
confidence: int
|
||||
rubric_scores: dict[str, int] | None = None
|
||||
|
||||
Reference in New Issue
Block a user