Replies: 1 comment
-
And also what is the down side of using 'create_react_agent'.....thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
In this example: https://langchain-ai.github.io/langgraph/tutorials/multi_agent/multi-agent-collaboration/#create-agents
I suppose to use this below:
from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
However, I am using 'create_openai_functions_agent'. Is that ok?
My question here is what is the downside of using 'create_openai_functions_agent' instead of 'custom agent' in LangGraph?
Am I missing any???? Thank you for your feedback.
System Info
Name: langgraph
Version: 0.2.35
Beta Was this translation helpful? Give feedback.
All reactions