docs/concepts/prompt_templates/ #29157
Replies: 2 comments
-
prompt_template = ChatPromptTemplate([ |
Beta Was this translation helpful? Give feedback.
0 replies
-
prompt_template = ChatPromptTemplate.from_messages( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/concepts/prompt_templates/
Prompt templates help to translate user input and parameters into instructions for a language model.
https://python.langchain.com/docs/concepts/prompt_templates/
Beta Was this translation helpful? Give feedback.
All reactions