mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 06:28:05 +08:00
feat(api): adjust model fields and cleanup form creation logic
This commit is contained in:
@ -92,6 +92,8 @@ def _build_form(db_session_with_containers, tenant, account):
|
||||
node_id="node-1",
|
||||
form_config=node_data,
|
||||
rendered_content="Rendered",
|
||||
delivery_methods=node_data.delivery_methods,
|
||||
display_in_ui=False,
|
||||
resolved_placeholder_values={},
|
||||
)
|
||||
return repo.create_form(params)
|
||||
|
||||
Reference in New Issue
Block a user