Skip to content

Commit

Permalink
Replace broke link - langchain agents
Browse files Browse the repository at this point in the history
  • Loading branch information
poemDead committed Nov 25, 2024
1 parent 2f9021d commit 3ad39a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 17-ai-agents/translations/tw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AI Agents 允許大型語言模型(LLMs)透過提供**狀態**和**工具**

## LangChain Agents

[LangChain Agents](https://python.langchain.com/docs/modules/agents/?WT.mc_id=academic-105485-koreyst) 是我們上述定義的實現。
[LangChain Agents](https://python.langchain.com/docs/how_to/#agents?WT.mc_id=academic-105485-koreyst) 是我們上述定義的實現。

要管理**狀態**,它使用一個名為 `AgentExecutor` 的內建函式。這個函式接受定義的 `agent` 和可用的 `tools`

Expand Down

0 comments on commit 3ad39a8

Please sign in to comment.