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
The implementation of dynamic workflows in #27 requires users to explicitly register which operations their type is able to do.
For types that can be both serialized and deserialized, it should be possible to support all operations by falling back on their serialized forms, even if the user did not explicitly register compatibility with the operation.
The text was updated successfully, but these errors were encountered:
In reference to this comment one alternative I'd be open to considering is introducing an explicit serialize_response option to turn the node output into serde_json::Value. Then we might see something like this:
At that point we can leave it to the GUI to advise the user on when "serialize": true may be needed and/or insert it automatically in a way that the user can override.
The implementation of dynamic workflows in #27 requires users to explicitly register which operations their type is able to do.
For types that can be both serialized and deserialized, it should be possible to support all operations by falling back on their serialized forms, even if the user did not explicitly register compatibility with the operation.
The text was updated successfully, but these errors were encountered: