Skip to content

Add tool use chapter to tutorial #2079

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

Merged
merged 8 commits into from
Mar 20, 2024
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
2 changes: 2 additions & 0 deletions website/docs/topics/task_decomposition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
")\n",
"\n",
"# register the function task_decomposition for execution\n",
"\n",
"\n",
"@user_proxy.register_for_execution()\n",
"@assistant.register_for_llm(\n",
" name=\"task_decomposition\",\n",
Expand Down
4 changes: 2 additions & 2 deletions website/docs/tutorial/code-executors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@
"\n",
"In this chapter, we introduced code executors, how to set up Docker and local\n",
"execution, and how to use code execution in a conversation to solve tasks.\n",
"In the next chapter, we will introduce conversation patterns, and show\n",
"how to use the result of a conversation."
"In the next chapter, we will introduce tool use, which is similar to code\n",
"executors but restricts what code agent can execute."
]
}
],
Expand Down
Loading
Loading