Yang Yu

Results 1 issues of Yang Yu

In the current version(0.0.147), we should escape curly brackets before f-string formatting (FewShotPromptTemplate) by ourselves. please make it a default behavior! https://colab.research.google.com/drive/16_pCJIWK88AXpCh6xsSriJmLJKrNE8Fv?usp=share_link Test Case ```python from langchain import FewShotPromptTemplate, PromptTemplate...