Structured Output Component to support Pydantic Model Schema
Feature Request
The "Structured Output Component " is currently like a "toy-level" feature; the table schema can't indicate the data structural level and the belonging message. Without the Pydantic support, we can't validate data and make data corrections along the pipeline. We must involve a "Parser" afterward, which disrupts the original data flow.
Motivation
Project migration.
We found that the Langflow lacks prompt management and Custom Python code management (mainly data definitions crossing multiple flows) reuse approaches. It is found that Langflow has done management to API-key with a similar situation (API-Key use in multiple flows with LLM, you can update the KEY MACRO rather than update every key in various LLM components).
Your Contribution
No response
Any update on this?