# Invoke Chat LLM

## 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.&#x20;

#### Language Model

This variable name.

## Outputs

#### LLM Response

The response from the model.
