Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f70fe8

Browse files
committed
17-3-5 v1
add blank beyond ** **
1 parent f2044b1 commit 7f70fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

17-LangGraph/03-Use-Cases/05-LangGraph-Plan-and-Execute.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
"\n",
165165
"Advantages:\n",
166166
"\n",
167-
"1. **Clear Long-Term Structure**: Even powerful LLMs can struggle to handle extended plans in a single pass. By explicitly defining a long-term plan, the process becomes more robust.\n",
168-
"2. **Efficient Model Usage**: A larger or more powerful model can be used for the planning phase, while a smaller or lighter model can handle the execution phase, optimizing resource utilization.\n",
167+
"1. **Clear Long-Term Structure** : Even powerful LLMs can struggle to handle extended plans in a single pass. By explicitly defining a long-term plan, the process becomes more robust.\n",
168+
"2. **Efficient Model Usage** : A larger or more powerful model can be used for the planning phase, while a smaller or lighter model can handle the execution phase, optimizing resource utilization.\n",
169169
"\n",
170170
"The sections below explain how to implement a `plan-and-execute` agent in LangGraph, step by step."
171171
]

0 commit comments

Comments
 (0)