From db8ed4e9e424ed29c8165602f17ee800c671681b Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sat, 2 Aug 2025 06:09:09 -0400 Subject: [PATCH] fix(docs): update agents.md (#5800) fix comment in tip --- docs/docs/agents/agents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/agents/agents.md b/docs/docs/agents/agents.md index 74514bd41..d923f2551 100644 --- a/docs/docs/agents/agents.md +++ b/docs/docs/agents/agents.md @@ -29,7 +29,7 @@ pip install -U langgraph "langchain[anthropic]" !!! info - LangChain is installed so the agent can call the [model](https://python.langchain.com/docs/integrations/chat/). + `langchain[anthropic]` is installed so the agent can call the [model](https://python.langchain.com/docs/integrations/chat/). ::: @@ -41,7 +41,7 @@ npm install @langchain/langgraph @langchain/core @langchain/anthropic !!! info - LangChain is installed so the agent can call the [model](https://js.langchain.com/docs/integrations/chat/). + `@langchain/core` `@langchain/anthropic` are installed so the agent can call the [model](https://js.langchain.com/docs/integrations/chat/). :::