From 3f9cdfd04d1c252e83d8505628bb207cdda5975d Mon Sep 17 00:00:00 2001 From: Shubham Kumar <37694707+SHUBH4M-KUMAR@users.noreply.github.com> Date: Fri, 3 Jan 2025 01:00:21 +0530 Subject: [PATCH] Update building_good_agents.md fix typing mistake "if" with "of". --- docs/source/en/tutorials/building_good_agents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/tutorials/building_good_agents.md b/docs/source/en/tutorials/building_good_agents.md index b1df02c..d4b152b 100644 --- a/docs/source/en/tutorials/building_good_agents.md +++ b/docs/source/en/tutorials/building_good_agents.md @@ -177,7 +177,7 @@ The first step to debugging your agent is thus "Use a more powerful LLM". Altern Then you can also use less powerful models but guide them better. -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) ? +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) ? Would you need some added claritications ? @@ -217,4 +217,4 @@ agent = CodeAgent( result = agent.run( "How long would a cheetah at full speed take to run the length of Pont Alexandre III?", ) -``` \ No newline at end of file +```