1 2 3 4 5 6 7 8 9 10 11
--- name: "prompt/template" module: "text-processing" section: "Prompt Templates" --- Create a template string for use with `prompt/render`. ```sema (define tmpl (prompt/template "Hello {{name}}, welcome to {{place}}.")) ```