Skip to main content

MessageSendingInput

Defined in the events module.
AI Agent Input for MESSAGE_SENDING hooks (bot about to send a message). Hooks can modify content or cancel the send by returning HookResult with decision=DENY.

Properties

str
No description available.
str
No description available.
str
No description available.
Optional[str]
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/hooks/events.py at line 321