A Complete LangChain Guide
Nanonets
NOVEMBER 15, 2023
from langchain.prompts import ChatPromptTemplate # Defining a chat prompt with various roles chat_template = ChatPromptTemplate.from_messages( [ ("system", "You are a helpful AI bot. For example, you can automate email responses, CRM entries, SQL queries, and more, all through natural language commands.
Let's personalize your content