Skip to main content

Module render

Module render 

Source

Structs§

RenderPayload
Collected payload used by both text and JSON renderers.
RenderProgress
Progress counters exposed to renderers.
RenderQuestion
Describes a single question for render outputs.

Enums§

RenderStatus
Status labels returned by the renderers.

Functions§

build_render_payload
Build the renderer payload from the specification, context, and answers.
render_card
Render the payload as an Adaptive Card v1.3 transport.
render_json_ui
Render the payload as a structured JSON-friendly value.
render_text
Render the payload as human-friendly text.