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
It is hard and untidy to consume the result element, because in context of status: PENDING it is a string/URL, and in context of status: ok, it is a structure. I recommend putting the URL to a distinctly different element outside of the result field.
It is hard and untidy to consume the
result
element, because in context ofstatus: PENDING
it is a string/URL, and in context ofstatus: ok
, it is a structure. I recommend putting the URL to a distinctly different element outside of theresult
field.Here is my understanding, of what the returned json body semantic:
https://github.com/jan-dolejsi/pddl-planning-service-client/blob/main/src/PlannerPackagePreviewService.ts#L125
Consider this:
... vs ...
The text was updated successfully, but these errors were encountered: