From 5745f3bf782dfc7c0ed725041a1116565d53acea Mon Sep 17 00:00:00 2001 From: Daniel Vu Dao Date: Mon, 4 Nov 2024 12:36:31 -0800 Subject: [PATCH] docs: Update `messages.mdx` (#27856) ### Description Updates phrasing for the header of the `Messages` section. Co-authored-by: Erick Friis --- docs/docs/concepts/messages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/messages.mdx b/docs/docs/concepts/messages.mdx index a12b4287195..d1b307b98c1 100644 --- a/docs/docs/concepts/messages.mdx +++ b/docs/docs/concepts/messages.mdx @@ -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: