superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Component to Pydantic model

Open blythed opened this issue 7 months ago • 0 comments
trafficstars

This will allow us to force LLMs to emit Component instances.

from pydantic import BaseModel

@property
def pydantic(self) -> BaseModel:
    ... 

blythed avatar Apr 17 '25 07:04 blythed