-
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
Chat input component does not accept text input #4660
Comments
The error message "Component text input has not been built yet" suggests that there might be an issue with the dependencies or prerequisites for the 'text input' component to be considered 'built' in Langflow. Ensure that the necessary dependencies for the 'text input' component are correctly set up. These include:
Additionally, there are known limitations when connecting 'text input' to 'chat input'. If you pass an Make sure that these conditions are not being violated in your setup. If the issue persists, you might want to check the logs page in Langflow for any additional debug information that could help diagnose the problem [3]. |
I am getting same error, When I tried to connect Text input to sender name in chat input. langflow Version : 1.1.0 Screen shot: Attaching exception LOg : |
Hey @SavvySupport I'll look into this one and give you a feedback asap. |
Should be out in our next minor release. Sorry for this. |
@ogabrielluiz @SavvySupport When will be the release available with this fix ? |
Bug Description
I'm trying to use "text input" to feed into "chat input" component. However, when I try to run "chat input" with "text input" connected, it says "Component text input has not been built yet."
This is despite the "text input" component running fine and the "chat input" component is also running fine separately.
Reproduction
Expected behavior
Expecting the chat input component to successfully run, without error messages.
Who can help?
No response
Operating System
MacOS
Langflow Version
1.1
Python Version
3.10
Screenshot
Flow File
No response
The text was updated successfully, but these errors were encountered: