Was thinking something like:
- have a partial which has some variables.
- backend renders the partial with the values of the variables.
- pass the rendered text along with my other messages history to a prompt which accepts an array of messages in the raw mode.
Let me know if you'd do it differently