Open felix-martel opened 8 months ago
class MyModel(BaseModel): __pydanclick__ = { "exclude": ["a", "b"] "extra_options": {"c": {"prompt": True}} }
Maybe provide an Adapter class to represent and validate this dict?
Adapter
Maybe provide an
Adapter
class to represent and validate this dict?