feat: add is_chat field to board memory and task_id to approvals, update pagination and response models
This commit is contained in:
@@ -10,6 +10,7 @@ import type { ApprovalReadStatus } from "./approvalReadStatus";
|
||||
|
||||
export interface ApprovalRead {
|
||||
action_type: string;
|
||||
task_id?: string | null;
|
||||
payload?: ApprovalReadPayload;
|
||||
confidence: number;
|
||||
rubric_scores?: ApprovalReadRubricScores;
|
||||
|
||||
Reference in New Issue
Block a user