Skip to content

Commit

Permalink
update link to agents on docs (run-llama#6874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Disiok authored Jul 12, 2023
1 parent 527d9e6 commit 1ba091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ It takes in a natural language query, and returns a response, along with referen
A chat engine is an end-to-end pipeline for having a conversation with your data
(multiple back-and-forth instead of a single question & answer).

[**Agents**](/core_modules/query_modules/agent/root.md):
[**Agents**](/core_modules/agent_modules/agents/root.md):
An agent is an automated decision maker (powered by an LLM) that interacts with the world via a set of tools.
Agent may be used in the same fashion as query engines or chat engines.
The main distinction is that an agent dynamically decides the best sequence of actions, instead of following a predetermined logic.
Expand Down

0 comments on commit 1ba091c

Please sign in to comment.