langchain icon indicating copy to clipboard operation
langchain copied to clipboard

Add from_file method to message prompt template

Open charosen opened this issue 1 year ago • 0 comments

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

charosen avatar May 15 '23 05:05 charosen