Ask a question to get started
Enter to sendā¢Shift+Enter new line
entity_prompt = ChatPromptTemplate.from_messages( [SystemMessagePromptTemplate.from_template(ENTITY_EXTRACTION_INSTRUCTIONS), HumanMessagePromptTemplate.from_template('{input_document}')] )