mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-06 19:58:43 +02:00
feat: add approval checkpoints backend
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,7 @@ describe('run turn pending helpers', () => {
|
||||
reject: (error) => rejected.push(error),
|
||||
onDelta: () => undefined,
|
||||
onActivity: () => undefined,
|
||||
onApproval: () => undefined,
|
||||
errored: false,
|
||||
};
|
||||
|
||||
@@ -36,6 +37,7 @@ describe('run turn pending helpers', () => {
|
||||
reject: () => undefined,
|
||||
onDelta: () => undefined,
|
||||
onActivity: () => undefined,
|
||||
onApproval: () => undefined,
|
||||
errored: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user