Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions code/chapter1/FirstAgentTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
- Action必须在同一行,不要换行
- 当收集到足够信息可以回答用户问题时,必须使用 Action: Finish[最终答案] 格式结束

# 重要约束:
- Thought 中只能进行推理和计划,【严禁】在 Thought 中直接给出最终答案或推荐结果
- 所有结论必须来自工具的 Observation,不能依赖自身知识
- 在获得所有必要的 Observation 之前,不能使用 Finish
- 返回的结果要是中文的

请开始吧!
"""

Expand Down