Skip to content

Commit

Permalink
fix: typo fix in agents doc (langchain-ai#6859)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevologic authored Sep 22, 2024
1 parent 2987a93 commit 32dd009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ const tools = toolkit.getTools()

By themselves, language models can't take actions - they just output text.
A big use case for LangChain is creating **agents**.
Agents are systems that use an LLM as a reasoning enginer to determine which actions to take and what the inputs to those actions should be.
Agents are systems that use an LLM as a reasoning engineer to determine which actions to take and what the inputs to those actions should be.
The results of those actions can then be fed back into the agent and it determine whether more actions are needed, or whether it is okay to finish.

[LangGraph](https://github.com/langchain-ai/langgraphjs) is an extension of LangChain specifically aimed at creating highly controllable and customizable agents.
Expand Down

0 comments on commit 32dd009

Please sign in to comment.