Module instructions

Module instructions 

Source
Expand description

Embedded instruction artifacts. Embedded instruction template loading and rendering.

Functionsยง

get_instruction_template
Fetch an embedded instruction template as UTF-8 text.
get_instruction_template_bytes
Fetch an embedded instruction template as raw bytes.
list_instruction_templates
List all embedded instruction template paths.
render_instruction_template
Render an instruction template by path using a serializable context.
render_template_str
Render an arbitrary template string using a serializable context.