diff --git a/docs/modules/agents/toolkits/examples/csv.ipynb b/docs/modules/agents/toolkits/examples/csv.ipynb index 1377d200..7e38e781 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 35c977e2..542cb0b0 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 c3ea9010..8874826d 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\")" ] }, {