export interface Context { type: "context"; elements: Record[]; block_id?: string; }