cli[patch]: fix anchor links in templates (#29178)

These are outdated and can break docs builds.
This commit is contained in:
ccurme
2025-01-13 13:28:18 -05:00
committed by GitHub
parent e156b372fb
commit 1bf6576709
6 changed files with 7 additions and 7 deletions

View File

@@ -132,7 +132,7 @@
"source": [
"## Invocation\n",
"\n",
"### [Invoke directly with args](/docs/concepts/#invoke-with-just-the-arguments)\n",
"### [Invoke directly with args](/docs/concepts/tools/#use-the-tool-directly)\n",
"\n",
"- TODO: Describe what the tool args are, fill them in, run cell"
]
@@ -152,7 +152,7 @@
"id": "d6e73897",
"metadata": {},
"source": [
"### [Invoke with ToolCall](/docs/concepts/#invoke-with-toolcall)\n",
"### [Invoke with ToolCall](/docs/concepts/tool_calling/#tool-execution)\n",
"\n",
"We can also invoke the tool with a model-generated ToolCall, in which case a ToolMessage will be returned:\n",
"\n",