Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/source/notebooks/tool_usage/multiverse_math.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"\n",
"The modified mathematical operations yield different reuslts, but still retain some properties (e.g., the modified multiplication operation is still commutative).\n",
"\n",
"Please note that the modified operations are not guaranteed to even make sense in the real world since not all properties will be retained (e.g., distributive property)."
"Please note that the modified operations are not guaranteed to even make sense in the real world since not all properties will be retained (e.g., distributive property).\n",
"\n",
"------------------"
]
},
{
Expand Down Expand Up @@ -331,7 +333,7 @@
"id": "1b039225-01cf-481a-87a6-4e880e9b1dcd",
"metadata": {},
"source": [
"# Inspect\n",
"## Inspect\n",
"\n",
"You can take a look at the underlying results."
]
Expand Down
6 changes: 4 additions & 2 deletions docs/source/notebooks/tool_usage/relational_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"```\n",
"\n",
"The tools allow to look up information based on ids (e.g., `get_user_email` takes a user id and returns the email),\n",
"and to search (e.g., `find_foods_by_name` takes a food name and returns a list of results."
"and to search (e.g., `find_foods_by_name` takes a food name and returns a list of results.\n",
"\n",
"----------"
]
},
{
Expand Down Expand Up @@ -373,7 +375,7 @@
"id": "1b039225-01cf-481a-87a6-4e880e9b1dcd",
"metadata": {},
"source": [
"# Inspect\n",
"## Inspect\n",
"\n",
"Here, we'll take a look at the underlying results a little bit."
]
Expand Down
6 changes: 4 additions & 2 deletions docs/source/notebooks/tool_usage/typewriter_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"character a time on a piece of virtual paper.\n",
"\n",
"The agent is evaluated based on its ability to print the correct string using\n",
"the \"type_letter\" tool."
"the \"type_letter\" tool.\n",
"\n",
"--------"
]
},
{
Expand Down Expand Up @@ -349,7 +351,7 @@
"id": "1b039225-01cf-481a-87a6-4e880e9b1dcd",
"metadata": {},
"source": [
"# Inspect\n",
"## Inspect\n",
"\n",
"You can take a look at the underlying results."
]
Expand Down
4 changes: 3 additions & 1 deletion docs/source/notebooks/tool_usage/typewriter_26.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"\n",
"The agent can use each tool to \"print\" the corresponding letter on a piece of virtual paper.\n",
"\n",
"The objective for the agent is to \"print\" the user's input on the paper exactly."
"The objective for the agent is to \"print\" the user's input on the paper exactly.\n",
"\n",
"---------"
]
},
{
Expand Down