API Naming Help
#1966
Replies: 1 comment
-
Hi! 👋 We are using other channels as our official means of communication with users. We apologize for the delayed response. Thank you for your understanding. Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I love the depth of the configuration options in Langflow and how the new toggle button for tweaks builds the entire json structure. That said, there isn't a description field in the json that helps to identify what the component is doing.
When you click on Tweaks in the API window, it's so easy to understand what component does what.
But there is nothing to tell you what the components are from the configuration.
This is a challenge for my application, which is designed to make it easy to invoke, chain, and consume Langflow workflows from the command line.
Can a description/name field be added to all the tweaks override settings so that it's possible to understand what each component is intended to do just from the configuration file? Ideally, the default description aligns with the accordion drop-downs in the API window (screenshot above).
Now, when I invoke my command and populate the autocomplete overrides, it pulls key names
If something like the above was implemented, I could change it so the values in the autocomplete are pulled from the description
I can implement some level of a solution for this within my application, but it seems like something that might be useful in the Langflow project as a whole.
Thanks,
Nick
Beta Was this translation helpful? Give feedback.
All reactions