Typo fix to quickstart.mdx (#13178)

- **Description:** I fixed a very small typo in the quickstart docs
(BaeMessage -> BaseMessage)
This commit is contained in:
Mario Angst
2023-11-13 09:02:18 +01:00
committed by GitHub
parent 64e11592bb
commit 96b56a4d4f

View File

@@ -103,7 +103,7 @@ There are two types of language models:
Strings are simple, but what exactly are messages? The base message interface is defined by `BaseMessage`, which has two required attributes:
- `content`: The content of the message. Usually a string.
- `role`: The entity from which the `BaeMessage` is coming.
- `role`: The entity from which the `BaseMessage` is coming.
LangChain provides several objects to easily distinguish between different roles: