-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL component lost imported urls in tool mode when refresh UI #5378
Comments
Hey @tamdqa! I'm here to help you with any bugs, questions, or contributions you might have. Let's work together to resolve this issue! The issue you're experiencing with the URL component losing imported URLs in Tool mode after refreshing the UI seems to be related to state persistence. In Langflow, state persistence is typically managed using the To address this issue, you might want to check if the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
@tamdqa Ok actually it dawned on me "receiving input" is what the user would input in the playground (not hardcoded in flow). So in the playground try asking to scrape a url and you'll see the agent choose to use the url tool. |
Hi! Thanks for the feedback! We just made that change and now the value disappears when enabling tool mode. Indeed the tool mode is made so that the Agent can scrape the URLs by itself. Thanks! |
Bug Description
I have this issue when i build multi agent flow like import json below
After refresh UI:
I have check in normal mode of URL Component, and this bug does not appear.
Reproduction
Expected behavior
URL component has keep Urls has input. In Tool mode
Who can help?
No response
Operating System
Windows 11/Docker
Langflow Version
v1.1.1
Python Version
None
Screenshot
No response
Flow File
Simple Agent (bug).json
The text was updated successfully, but these errors were encountered: