Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in tool-use.ipynb #2664

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/tutorial/tool-use.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,10 @@
"the [OpenAI's Assistant](https://platform.openai.com/docs/assistants/how-it-works)\n",
"which executes built-in tools internally.\n",
"\n",
"To achieve this, you can use [nested chats](/docs/tutorial/conversation-patterns#nested-chats).\n",
"To achieve this, you can use [nested chats](/tutorial/conversation-patterns#nested-chats).\n",
"Nested chats allow you to create \"internal monologues\" within an agent\n",
"to call and execute tools. This works for code execution as well.\n",
"See [nested chats for tool use](/docs/notebooks/agentchat_nested_chats_chess) for an example."
"See [nested chats for tool use](/notebooks/agentchat_nested_chats_chess) for an example."
]
},
{
Expand Down