You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: escape curly braces in reflection prompt for LangChain
The JSON examples in REFLECT_ON_ROADMAP_SYSTEM_PROMPT were being
interpreted as template variables by LangChain's ChatPromptTemplate.
Double curly braces escape them as literal text.
0 commit comments