Invoke LLM With Planner

Invokes the Language Model for planning and executes the returned plan.

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.

Planner

The planner.

Outputs

LLM Response

The response from the model.

Last updated