Replies: 1 comment
-
Can you help me how I convert this langchain prompt to langgraph prompt? Here I am re-shaping the prompt to make it cleaner. Any help would be appeciated
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I am attempting to migrate my Langchain code to LangGraph and have partially succeeded. However, I need assistance with migrating max_iterations, adding additional prompts such as tune_prompt and full_prompt, and setting allow_dangerous_code=True, as shown in the agent executor below. Is it possible to incorporate these features in LangGraph? Please advise.
My Langchain code (migrated to Langgraph vs. Not migrated to Langgraph) ....
Working LangGraph code with above migrations. I like to migrate others in to this below code:
System Info
Name: langgraph
Version: 0.2.34
Beta Was this translation helpful? Give feedback.
All reactions