Skip to main content

RenderContext

Type Alias RenderContext 

Source
pub type RenderContext = BTreeMap<String, Value>;
Expand description

Render context for a prompt template.

Aliased Type§

pub struct RenderContext { /* private fields */ }