superduper
superduper copied to clipboard
Component to Pydantic model
trafficstars
This will allow us to force LLMs to emit Component instances.
from pydantic import BaseModel
@property
def pydantic(self) -> BaseModel:
...