Deprecate Chat agent executor & Function Calling Executor in Docs (#392)

This commit is contained in:
William FH
2024-05-04 00:17:54 -07:00
committed by GitHub
parent 119bbe6bae
commit 21b8cbfd33
17 changed files with 877 additions and 769 deletions
+1 -10
View File
@@ -37,16 +37,7 @@ from langgraph.prebuilt import ToolInvocation
from langgraph.prebuilt.chat_agent_executor import create_tool_calling_executor
```
::: langgraph.prebuilt.chat_agent_executor
## `create_agent_executor`
```python
from langgraph.prebuilt import create_agent_executor
```
::: langgraph.prebuilt.create_agent_executor
::: langgraph.prebuilt.chat_agent_executor.create_tool_calling_executor
## `tools_condition`