-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The adapter currently accepts operators as a plain dict (default, tr, bdf2) and translates to RunConfig/OperatorSpecs in to_run_config() to keep the YAML/Pydantic schema simple and avoid arbitrary_types_allowed. Decide whether/how we should expose OperatorSpecs directly.
Options:
- Keep dict input + translation (status quo).
- Allow
OperatorSpecsinput and setarbitrary_types_allowed=True(or wrapOperatorSpecsto bePydantic-friendly).
Document the mapping and rationale either way.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request