https://albus.portkey.ai/v1/prompts/<prompt-uid>
gets stuck in a Pending state if my updated prompt has the if conditional variable from mustache.{{#if foo}} {{foo}} {{/foo}}
if
at the beginning is not required. {{#foo}} {{bar}} {{/foo}
{{#if foo}}
tag would have to be closed with {{/if foo}}
tag and since it's not closed, the prompt is not getting saved.{{#if foo}} {{foo}} {{/if}}
{{/if foo}}
as you suggested or no if
at all. Let me try this.