Skip to main content

Module rendering

Module rendering 

Source
Expand description

Provider-agnostic DTOs for host messaging render plans.

These types describe renderer modes, capability profiles, and diagnostics for adapters and host-side logic. They keep greentic-types strictly declarative; actual downgrade and rendering decisions live in the caller implementations, and providers may ignore hints they do not support.

Structs§

AdaptiveCardVersion
Wrapper for adaptive card schema versions so DTO contracts remain explicit even if no validation is applied.
CapabilityProfile
Capabilities associated with a destination/provider.
RenderDiagnostics
Diagnostics attached to a render plan for logs and tests.
RenderPlanHints
Hints that can be attached to render plans without coupling to a specific provider implementation.

Enums§

RendererMode
Stable renderer modes hosts can request from providers.
Tier
Provider-agnostic render tiers used for diagnostics and plans.