mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-03 05:34:01 +00:00
docs: tool use nits (#16211)
This commit is contained in:
parent
6b9e3ed9e9
commit
aa2e642ce3
@ -6,7 +6,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"---\n",
|
"---\n",
|
||||||
"sidebar_position: 2\n",
|
"sidebar_position: 0.9\n",
|
||||||
"---"
|
"---"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"id": "14b94240",
|
"id": "14b94240",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Prompting for tool use\n",
|
"# Tool use without function calling\n",
|
||||||
"\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."
|
"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