Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io

This commit is contained in:
Lucas Oliveira 2023-06-30 10:31:39 -03:00
commit 6e5222306a

View file

@ -39,6 +39,7 @@ def post_validate_prompt(prompt: ValidatePromptRequest):
try:
template_field = TemplateField(
name=variable,
display_name=variable,
field_type="str",
show=True,
advanced=False,