LangChain.Chat (langchainex v0.2.3)
A Chat is a list of multiple PromptTemplates along with all their input variables
Link to this section Summary
Functions
add more PromptTemplates to the Chat
loops over every prompt and formats it with the values supplied
Link to this section Functions
Link to this function
add_prompt_templates(chat_prompt_template, prompt_list)
add more PromptTemplates to the Chat
Link to this function
format(chat, values)
loops over every prompt and formats it with the values supplied
Link to this function
serialize(chat)
Link to this function