Skip to main content

SupportsPresentation

Defined in the protocols module.
AI Agent Protocol for channel adapters that support presentations. Channel adapters implement this protocol to render portable presentations as native widgets.

Methods

presentation_limits()

Get channel-specific presentation limits.

render_presentation()

Render a presentation to a target (chat/channel).

truncate_presentation()

Truncate a presentation to fit channel limits.

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 1145