Closed zdql closed 1 month ago
@zdql the original issue you posted had your API key on it. I modified the issue to erase it, but you should assume that the key is compromised and rotate it.
For the issue could you confirm that the search tool itself is working and that the issue is specifically with callbacks?
For the issue could you confirm that the search tool itself is working and that the issue is specifically with callbacks?
Confirmed. The Search tool itself seems to function as normal, just without callbacks as it had previously.
Checked other resources
Example Code
We recently upgraded our libaries as follows:
And have lost the ability to view the Tavily Search tool call's output in our callback handler.
When we revert packages, the tool output appears again. Our custom callback handler is able to output the Tool call output with every other tool in our stack after the update.
We implement the tavily tool like so:
And our callback handler looks something like this:
Error Message and Stack Trace (if applicable)
No response
Description
We recently upgraded our libaries and have lost the ability to view the Tavily Search tool call's output in our callback handler. When we revert packages, the tool output appears again. Our custom callback handler is able to output the Tool call output with every other tool in our stack after the update.
System Info
langchain==0.1.16 langchain-anthropic==0.1.13 langchain-community==0.0.34 langchain-core==0.1.52 langchain-google-genai==1.0.3 langchain-mistralai==0.1.8 langchain-openai==0.1.6 langchain-text-splitters==0.0.1