poml icon indicating copy to clipboard operation
poml copied to clipboard

How to support custom prompt format?

Open ti3x opened this issue 3 months ago • 1 comments

Say for example I want to serialize a poml representation before sending a prompt to a DeepSeek model that has very particular rules on prompt template, how should I do that in the context of POML

ti3x avatar Sep 18 '25 23:09 ti3x

Render the POML to a pure text format like markdown or XML before sending to deepseek model. POML is never meant to be sent to the model directly.

ultmaster avatar Sep 20 '25 06:09 ultmaster