A specialized node for creating structured chat prompts with system messages, human messages, and optional message history, enabling dynamic and context-aware conversations with Language Models.
"You are a helpful assistant that translates {input_language} to {output_language}."
{text}
”
ChatPromptTemplate
object that includes:
@langchain/core/prompts
library to create the chat prompt template.
DataSource
and IDatabaseEntity
.