Issue with Mustache Variable Formatting in Prompt Hub API
Hello. In the prompt hub I was able to get f-string variable formatting to work, but not mustache. I'm using the following format API:
attribute_prompt = prompt_client.pull_prompt("Lead Attributes Summary")
formatted_prompt = attribute_prompt.format(attribute_json)
formatted_promptI toggle between the variable options in the prompt playground, saving a new prompt version. When pulling a prompt it's input_variable_format attribute is correctly set to f-string or mustache but only f-string variables actually fill the prompt values in on calling format. I've referenced this documentation: https://arize.com/docs/ax/reference/prompt-hub-api#using-different-variable-formats
