From 8a57102918f158fda5325bd9c655d2bc5162e971 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Fri, 31 May 2024 16:37:05 -0700 Subject: [PATCH] docs[patch]: Fix typo (#22377) --- docs/docs/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts.mdx b/docs/docs/concepts.mdx index b0ce1c8f197..9a7693b867f 100644 --- a/docs/docs/concepts.mdx +++ b/docs/docs/concepts.mdx @@ -38,7 +38,7 @@ All dependencies in this package are optional to keep the package as lightweight `langgraph` is an extension of `langchain` aimed at building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. -LangGraph exposes high level interfaces for creating common types of agents, as well as a low-level API for constructing more contr +LangGraph exposes high level interfaces for creating common types of agents, as well as a low-level API for composing custom flows. ### [`langserve`](/docs/langserve)