DeliveryResult
Defined in the protocols module.AI Agent Outcome of an agent-initiated proactive send. Attributes: ok: Whether the send was accepted for delivery. target: The resolved target the message was routed to. summary: Human-readable summary suitable for returning to the model. detail: Optional extra information (error text, message id, etc.).
Properties
bool
No description available.
str
No description available.
str
No description available.
Optional[str]
No description available.
Methods
as_dict()
Convert to a serializable dictionary.
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 2438
