One more question about parameters, can one custom...
# ppcc-may-16-2023
e
One more question about parameters, can one customize the description in the UI? maybe using annotations in the flow?
c
You can set the default or the override which are inferred from the flow deployment
You can set a description on the flow using the docstring, but nothing specifically for parameters
👍 1
so maybe you coulld make one a clever docstring that includes that?
e
The flow description is shown in the ui right? So if I make a nice description using docstring it is rendered
1
c
Exactly - we’ve seen some very clever / fancy implementations
but ultimately it’s just rendered from the docstring