diff --git a/docs/modules/agents/toolkits/examples/csv.ipynb b/docs/modules/agents/toolkits/examples/csv.ipynb index 1377d20054f..7e38e7817e4 100644 --- a/docs/modules/agents/toolkits/examples/csv.ipynb +++ b/docs/modules/agents/toolkits/examples/csv.ipynb @@ -116,7 +116,7 @@ } ], "source": [ - "agent.run(\"how many people have more than 3 sibligngs\")" + "agent.run(\"how many people have more than 3 siblings\")" ] }, { diff --git a/docs/modules/agents/toolkits/examples/pandas.ipynb b/docs/modules/agents/toolkits/examples/pandas.ipynb index 35c977e2169..542cb0b019c 100644 --- a/docs/modules/agents/toolkits/examples/pandas.ipynb +++ b/docs/modules/agents/toolkits/examples/pandas.ipynb @@ -118,7 +118,7 @@ } ], "source": [ - "agent.run(\"how many people have more than 3 sibligngs\")" + "agent.run(\"how many people have more than 3 siblings\")" ] }, { diff --git a/docs/modules/agents/toolkits/examples/spark.ipynb b/docs/modules/agents/toolkits/examples/spark.ipynb index c3ea9010f6b..8874826df50 100644 --- a/docs/modules/agents/toolkits/examples/spark.ipynb +++ b/docs/modules/agents/toolkits/examples/spark.ipynb @@ -151,7 +151,7 @@ } ], "source": [ - "agent.run(\"how many people have more than 3 sibligngs\")" + "agent.run(\"how many people have more than 3 siblings\")" ] }, {