createScheduleFollowupTool
function createScheduleFollowupTool(scheduler): EffectTool<{ delayMinutes: number; reason: string;}, { inMinutes: number; jobId: string; scheduled: boolean;}>;Durable tool letting the agent schedule its own follow-up wake turn
(“I’ll check back in an hour”). Safe for globalTools — it only schedules;
the wake turn itself goes through the full guard/window pipeline.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”EffectTool<{
delayMinutes: number;
reason: string;
}, {
inMinutes: number;
jobId: string;
scheduled: boolean;
}>