bzfhille

Results 2 comments of bzfhille

Well, I was a bit too enthusiastic. To get the pydantic models as nested parameters in the config file, it is necessary to use the `@dataclass` decorator instead of `BaseModel`...

I think that mentioning pydantic and refering to the relevant parts of its docs will be sufficient or at least help a lot. If you like, I can draft a...