docs: refactor to have function call / computer use / etc. on top level

This commit is contained in:
Krrish Dholakia 2025-10-09 07:25:19 -07:00
parent e2e0cdde31
commit f88e3ebdfa

View File

@ -538,16 +538,10 @@ const sidebars = {
type: "category",
label: "Guides",
items: [
{
type: "category",
label: "Tools",
items: [
"completion/computer_use",
"completion/web_search",
"completion/web_fetch",
"completion/function_call",
]
},
"completion/computer_use",
"completion/web_search",
"completion/web_fetch",
"completion/function_call",
"completion/audio",
"completion/document_understanding",
"completion/drop_params",