You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a pydantic model to replace the metadata field of OdinParameter (currently dict[str, Any]), so that later code can safely assume what fields it has without checking first.
The text was updated successfully, but these errors were encountered:
Create a pydantic model to replace the
metadata
field ofOdinParameter
(currently dict[str, Any]), so that later code can safely assume what fields it has without checking first.The text was updated successfully, but these errors were encountered: