docs: tiny grammary fix to why_langchain.mdx (#29455)

Description: Tiny grammar fix to doc - why_langchain.mdx
This commit is contained in:
Tommy Cox
2025-01-28 08:49:33 -06:00
committed by GitHub
parent 2d776351af
commit 6f711794a7

View File

@@ -31,7 +31,7 @@ This provides a standard way to interact with chat models, supporting important
### Example: chat models
Many [model providers](/docs/concepts/chat_models/) support [tool calling](/docs/concepts/tool_calling/), a critical features for many applications (e.g., [agents](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/)), that allows a developer to request model responses that match a particular schema.
Many [model providers](/docs/concepts/chat_models/) support [tool calling](/docs/concepts/tool_calling/), a critical feature for many applications (e.g., [agents](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/)), that allows a developer to request model responses that match a particular schema.
The APIs for each provider differ.
LangChain's [chat model](/docs/concepts/chat_models/) interface provides a common way to bind [tools](/docs/concepts/tools) to a model in order to support [tool calling](/docs/concepts/tool_calling/):