Skip to main content

ScheduleRemoveInput

Defined in the events module.
AI Agent Input for SCHEDULE_REMOVE hooks (a scheduled job was deleted). Emitted by the schedule store for every deletion path — the agent-callable schedule_remove tool, praisonai schedule remove/delete (which delete by id, not name), and the automatic cleanup of a spent delete_after_run one-shot.

Properties

str
No description available.
str
No description available.
str
No description available.
str
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/hooks/events.py at line 495

Background Tasks

Async Jobs