Просмотр исходного кода

Fix: 添加对英文文档的修复

tan90º 5 месяцев назад
Родитель
Сommit
df67a3c23f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/chapter4/Chapter4-Building-Classic-Agent-Paradigms.md

+ 1 - 1
docs/chapter4/Chapter4-Building-Classic-Agent-Paradigms.md

@@ -366,7 +366,7 @@ Thought: Your thinking process, used to analyze problems, decompose tasks, and p
 Action: The action you decide to take, must be in one of the following formats:
 - {{tool_name}}[{{tool_input}}]`: Call an available tool.
 - `Finish[final answer]`: When you believe you have obtained the final answer.
-- When you have collected enough information to answer the user's final question, you must use `finish(answer="...")` after the Action: field to output the final answer.
+- When you have collected enough information to answer the user's final question, you must use `Finish[final answer]` after the Action: field to output the final answer.
 
 Now, please start solving the following problem:
 Question: {question}