Skip to content

Commit 5a8a26e

Browse files
Merge pull request #43 from SHUBH4M-KUMAR/patch-1
Update building_good_agents.md
2 parents 5991206 + 3f9cdfd commit 5a8a26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/en/tutorials/building_good_agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The first step to debugging your agent is thus "Use a more powerful LLM". Altern
177177

178178
Then you can also use less powerful models but guide them better.
179179

180-
Put yourself in the shoes if your model: if you were the model solving the task, would you struggle with the information available to you (from the system prompt + task formulation + tool description) ?
180+
Put yourself in the shoes of your model: if you were the model solving the task, would you struggle with the information available to you (from the system prompt + task formulation + tool description) ?
181181

182182
Would you need some added claritications ?
183183

@@ -217,4 +217,4 @@ agent = CodeAgent(
217217
result = agent.run(
218218
"How long would a cheetah at full speed take to run the length of Pont Alexandre III?",
219219
)
220-
```
220+
```

0 commit comments

Comments
 (0)