docs: change parallel doc name (#16152)

This commit is contained in:
Bagatur
2024-01-17 10:04:34 -08:00
committed by GitHub
parent 49aff3ea5b
commit e7ddec1f2c

View File

@@ -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."
]