Functions
checkInApproved
Function: checkInApproved()
checkInApproved(
input):CheckInDecision
Defined in: src/core/checkin.ts:148
Approve a pending check-in — the paused tool executes normally on resume.
Parameters
input
Returns
Example
const decision = checkInApproved({ by: 'alice@ops', note: 'verified with customer' });
const final = await agent.resume(outcome.checkpoint, decision);