RouteFacts
Defined in the protocols module.AI Agent Inbound facts extracted from a message, used to resolve a binding. Attributes: chat_type: Normalised chat type (“dm” | “group” | “channel” | “default”). peer: Sender/user id. roles: Roles/guild-role memberships of the sender. channel_id: The chat/channel id the message arrived in. account: The receiving bot account (multi-account channels). thread_id: The thread / forum-post id the message arrived in, when the platform threads conversations (Issue #4839). guild_id: The server / workspace id the message belongs to (Discord guild, Slack workspace), used for whole-server routing (Issue #4839). parent_channel_id: The parent channel of a thread/forum-post, so a channel-level binding can cover the threads beneath it via parent-chain matching (Issue #4839).
Properties
str
No description available.
Optional[str]
No description available.
List[str]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 2110
