Type instantiation is excessively deep and possibly infinite - TypeScript Error #8556
Unanswered
KeenanFernandes2000
asked this question in
Q&A
Replies: 0 comments
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.
-
I have the following code
around the "llm.withStructuredOutput i get the error below I also think it's causing my typescript project to not compile.
Type instantiation is excessively deep and possibly infinite.ts(2589)
"@langchain/community": "^0.3.49",
"@langchain/core": "^0.3.66",
"@langchain/langgraph": "^0.3.11",
"langchain": "^0.3.30"
What can I do to solve this?
Beta Was this translation helpful? Give feedback.
All reactions