You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @lasantha13! I'm here to help you with any bugs, questions, or contributions. Let's tackle this together!
The issue you're experiencing with the missing 'Input' and 'Context' fields in the Prompt component might be related to recent changes in the Langflow codebase. The latest version of Langflow introduced a MessageTextInput named "tool_placeholder" with the advanced attribute set to True, which could affect how fields are displayed, especially in advanced configurations or tool modes [1].
To troubleshoot this, you might want to check if the fields are hidden due to the advanced setting or if there are specific conditions in your configuration that might be affecting their visibility. Additionally, ensure that your prompt template includes the necessary variables that would trigger the creation of these fields automatically. If the issue persists, reviewing the component's configuration or checking for any conditional logic that might hide fields could be helpful.
Bug Description
After updating my components, I found that the 'Question' and ' Context' fields are missing in the Prompt component. I'm using online version
Reproduction
create new flow form online site
drag Prompt component
Expected behavior
dispaly the Input and context fields in the prompt component
Who can help?
No response
Operating System
Na
Langflow Version
latest
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: