Using Tools #28512
Replies: 1 comment 5 replies
-
Hey there, @daaffalbari! I'm here to help you out with any bugs, questions, or anything else you need. Let's get that issue sorted out together! The issue you're encountering might be due to how the tools are being invoked and how their outputs are being passed to subsequent tools. In LangChain, tool chaining is typically managed by ensuring that the output of one tool is correctly formatted and passed as input to the next tool. Here are a few things to check and consider:
By ensuring that each tool's output is correctly formatted and passed to the next tool, you should be able to resolve the issue of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why my tools always using video_id instead of transcript_text from
tool_get_transcript
tools.Here is the code:
When running
summarize_video_transcript
the input alwaysvideo_id
Beta Was this translation helpful? Give feedback.
All reactions