Browse Source

fix figures in chapter4

jjyaoao 9 tháng trước cách đây
mục cha
commit
1d33ab9fc7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/chapter4/第四章 智能体经典范式构建.md

+ 1 - 1
docs/chapter4/第四章 智能体经典范式构建.md

@@ -1202,7 +1202,7 @@ def find_primes(n):
 
 <div align="center">
 <p>表 4.1 不同 Agent Loop 的选择策略</p>
-<img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/4-figures/03.png" alt="" width="70%"/>
+<img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/4-figures/04.png" alt="" width="70%"/>
 </div>
 
 至此,我们已经掌握了构建单个智能体的核心技术。为了过渡知识,以及对实际应用更加深入。下一节我们将会探索不同低代码平台的使用方式以及轻代码构建agent的方案。