Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion code/chapter4/Plan_and_solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

请严格按照以下格式输出你的计划,```python与```作为前后缀是必要的:
```python
["步骤1", "步骤2", "步骤3", ...]
["步骤1:具体步骤1的描述", "步骤2:具体步骤2的描述", "步骤3:具体步骤3的描述", ...]
```
"""

Expand Down
2 changes: 1 addition & 1 deletion docs/chapter4/Chapter4-Building-Classic-Agent-Paradigms.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Question: {question}

Please strictly output your plan in the following format, with ```python and ``` as prefix and suffix being necessary:
```python
["Step 1", "Step 2", "Step 3", ...]
["Step 1: Description of specific step 1", "Step 2: Description of specific step 2", "Step 3: Description of specific step 3", ...]
```
"""
````
Expand Down
2 changes: 1 addition & 1 deletion docs/chapter4/第四章 智能体经典范式构建.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ PLANNER_PROMPT_TEMPLATE = """

请严格按照以下格式输出你的计划,```python与```作为前后缀是必要的:
```python
["步骤1", "步骤2", "步骤3", ...]
["步骤1:具体步骤1的描述", "步骤2:具体步骤2的描述", "步骤3:具体步骤3的描述", ...]
```
"""
````
Expand Down