Typo fix to quickstart.mdx (#13178)

- **Description:** I fixed a very small typo in the quickstart docs
(BaeMessage -> BaseMessage)
pull/13315/head
Mario Angst 8 months ago committed by GitHub
parent 64e11592bb
commit 96b56a4d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save