mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
Typo fix to quickstart.mdx (#13178)
- **Description:** I fixed a very small typo in the quickstart docs (BaeMessage -> BaseMessage)
This commit is contained in:
parent
64e11592bb
commit
96b56a4d4f
@ -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…
Reference in New Issue
Block a user