mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 02:13:23 +00:00
docs: change parallel doc name (#16152)
This commit is contained in:
parent
49aff3ea5b
commit
e7ddec1f2c
@ -5,7 +5,7 @@
|
||||
"id": "95982bf1-7d9d-4dd6-a4ad-9de0719fe17f",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Chains with parallel tool use\n",
|
||||
"# Parallel tool use\n",
|
||||
"\n",
|
||||
"In the [Chains with multiple tools](/docs/use_cases/tool_use/multiple_tools) guide we saw how to build function-calling chains that select between multiple tools. Some models, like the OpenAI models released in Fall 2023, also support parallel function calling, which allows you to invoke multiple functions (or the same function multiple times) in a single model call. Our previous chain from the multiple tools guides actually already supports this, we just need to use an OpenAI model capable of parallel function calling."
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user