mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 01:37:59 +00:00
docs: Update messages.mdx
(#27856)
### Description Updates phrasing for the header of the `Messages` section. Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
e02a5ee03e
commit
5745f3bf78
@ -12,7 +12,7 @@ Each message has a **role** (e.g., "user", "assistant"), **content** (e.g., text
|
||||
|
||||
LangChain provides a unified message format that can be used across chat models, allowing users to work with different chat models without worrying about the specific details of the message format used by each model provider.
|
||||
|
||||
## What inside a message?
|
||||
## What is inside a message?
|
||||
|
||||
A message typically consists of the following pieces of information:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user