mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-29 11:09:07 +00:00
docs: tool use nits (#16211)
This commit is contained in:
parent
6b9e3ed9e9
commit
aa2e642ce3
@ -6,7 +6,7 @@
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"---\n",
|
||||
"sidebar_position: 2\n",
|
||||
"sidebar_position: 0.9\n",
|
||||
"---"
|
||||
]
|
||||
},
|
||||
|
@ -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."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user