Replies: 3 comments
-
hi @AkshataDM -- do you have a langsmith trace? it sounds like there could be an issue w/ the tool calling implementation in your wrapper |
Beta Was this translation helpful? Give feedback.
0 replies
-
it looks like its looping recursively without providing any output. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Turns out it was due to two issues-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
I created a Langchain ChatModels wrapper for Cloudflare Workers AI models and I am following this tutorial to call tools.
https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-1-build-a-basic-chatbot
However, my code runs in an infinite loop. I am able to get the responses from the LLM but the looping is unexpected behavior. Can someone please help me understand why this maybe happening? Could it be an issue with something I missed in the chat models wrapper code or an issue related to the LLM not able to understand the tools correctly?
Beta Was this translation helpful? Give feedback.
All reactions