【LangChain入门 3 Prompts组件】聊天提示词模板 ChatPromptTemplate
文章目录一、聊天信息提示词模板1.1使用关键字1.2使用SystemMessage,HumanMessage,AIMessage来定义消息1.3使用MessagesPlaceholder在特定未知添加消息列表二、关键类介绍2.1ChatPromptTemplate类2.1.1from_messages()2.1.2format_messages()2.1.3format_prompt()2.2Sy