We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a prompt in the following format:
{{#is_a}} In A {{#is_b}} In A.B {{b}} {{/is_b}} {{/is_a}}
is_b
b
is_a
I see the same when I pull this prompt and print it:
input_variables=['is_a'] metadata={'lc_hub_owner': '-', 'lc_hub_repo': 'temp', 'lc_hub_commit_hash': '463e2203cb19e084cc661be7b2f44f088d9f3d8ddb488ecb4d3be02ac3e49134'} messages=[SystemMessagePromptTemplate(prompt=PromptTemplate(input_variables=['is_a'], template='{{#is_a}}\nIn A\n{{#is_b}}\nIn A.B\n{{b}}\n{{/is_b}}\n{{/is_a}}', template_format='mustache'))]
Nested Mustache variables should be parsed correctly.
The text was updated successfully, but these errors were encountered:
madams0013
No branches or pull requests
Issue you'd like to raise.
I have a prompt in the following format:
is_b
was recognised as it is blue, butb
was not as it is still black.is_a
was found.I see the same when I pull this prompt and print it:
Suggestion:
Nested Mustache variables should be parsed correctly.
The text was updated successfully, but these errors were encountered: