Skip to main content

render_with_template

Function render_with_template 

Source
pub fn render_with_template(
    fragments: &[PromptFragment],
    profile: &PromptTemplateProfile,
) -> Result<String, PromptTemplateError>
Expand description

Validate and render through one resolved, versioned template profile.