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.