Use create_react_agent (#441)

This commit is contained in:
William FH
2024-05-13 14:32:26 -07:00
committed by GitHub
parent 1100360ea6
commit 2c32a38c42
7 changed files with 157 additions and 115 deletions
@@ -7,9 +7,15 @@
"source": [
"# (Deprecated) Chat Executor: with function calling\n",
"\n",
"The function calling executor is deprecated in favor of [create_tool_calling_executor](../chat_agent_executor_with_function_calling/high-level-tools.ipynb).\n",
"The function calling executor is deprecated in favor of [create_react_agent](../chat_agent_executor_with_function_calling/high-level-tools.ipynb).\n",
"This was done to better align with the underlying model providers' migration from \"function calling\" to \"tool calling\", which typically supports parallel tool usage."
]
},
{
"cell_type": "markdown",
"id": "0a96f735",
"metadata": {},
"source": []
}
],
"metadata": {