Module prompt

Module prompt 

Source
Expand description

A trait and macros for powerful, type-safe prompt generation.

Traits§

ToPrompt
A trait for converting any type into a string suitable for an LLM prompt.

Functions§

render_prompt
Renders a prompt from a template string and a serializable context.