docs: tool use nits (#16211)

This commit is contained in:
Bagatur 2024-01-18 09:17:53 -08:00 committed by GitHub
parent 6b9e3ed9e9
commit aa2e642ce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"metadata": {},
"source": [
"---\n",
"sidebar_position: 2\n",
"sidebar_position: 0.9\n",
"---"
]
},

View File

@ -15,7 +15,7 @@
"id": "14b94240",
"metadata": {},
"source": [
"# Prompting for tool use\n",
"# Tool use without function calling\n",
"\n",
"In this guide we'll build a Chain that does not rely on any special model APIs (like function-calling, which we showed in the [Quickstart](/docs/use_cases/tool_use/quickstart)) and instead just prompts the model directly to invoke tools."
]