Invoke Chat LLM
Invokes a Language Model for text chat.
Inputs
Message
The message from the user.
Prompt Template
The template is used to format the input message before sending it to the model.
Memory Provider
The memory provider stores the chat history.
Language Model
This variable name.
Outputs
LLM Response
The response from the model.
Last updated