Jinja2 template engine for HuggingFace chat templates.
Summary
Functions
@spec apply_chat_template(String.t(), [map()], map()) :: {:ok, String.t()} | {:error, Exception.t()}
@spec render(String.t(), map()) :: {:ok, String.t()} | {:error, Exception.t()}