langchain
langchain copied to clipboard
Add from_file method to message prompt template
Add from_file method to message prompt template
Feature: This PR adds from_file
class method to BaseStringMessagePromptTemplate. This is useful to help user to create message prompt templates directly from template files, including ChatMessagePromptTemplate
, HumanMessagePromptTemplate
, AIMessagePromptTemplate
& SystemMessagePromptTemplate
.
Tests: Unit tests have been added in this PR.
Who can review?
Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested:
@hwchase17 @agola11 please have a look, thanks