langgraph/tutorials/lats/lats/ #1548
Replies: 4 comments
-
Pretty sure |
Beta Was this translation helpful? Give feedback.
-
Very cool implementation! Do we also expect this implementation to be vended as another langchain_experimental agent? There are some pretty cool implementations there, for example tree of thought (which this one seems to be better than), along with reinforcement chain, plan and execute, and fallacy removal. |
Beta Was this translation helpful? Give feedback.
-
Totally the same code except I used a hosted ollama model to replace gpt-4o. Then the following error occurred.
|
Beta Was this translation helpful? Give feedback.
-
I don't know why, but I'm pretty much the same code as in the tutorial, except for llm. But there was this error: ValidationError: 2 validation errors for AIMessage The model I used was: llm = ChatOpenAI( This llm can proceed tool_call |
Beta Was this translation helpful? Give feedback.
-
langgraph/tutorials/lats/lats/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/tutorials/lats/lats/
Beta Was this translation helpful? Give feedback.
All reactions